| Package | Description |
|---|---|
| org.tentackle.sql |
SQL backend layer.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationStrategy[] |
AbstractBackend.getMigrationStrategy(ColumnMetaData column,
String columnName,
String comment,
SqlType sqlType,
int size,
int scale,
boolean nullable,
Object defaultValue) |
MigrationStrategy[] |
Backend.getMigrationStrategy(ColumnMetaData column,
String columnName,
String comment,
SqlType sqlType,
int size,
int scale,
boolean nullable,
Object defaultValue)
Determines the best migration strategy.
|
MigrationStrategy[] |
MySql.getMigrationStrategy(ColumnMetaData column,
String columnName,
String comment,
SqlType sqlType,
int size,
int scale,
boolean nullable,
Object defaultValue) |
MigrationStrategy[] |
Postgres.getMigrationStrategy(ColumnMetaData column,
String columnName,
String comment,
SqlType sqlType,
int size,
int scale,
boolean nullable,
Object defaultValue) |
static MigrationStrategy |
MigrationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationStrategy[] |
MigrationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Tentackle - distributed, domain- and model-driven