public static class TableMigrator.Result extends Object
| Constructor and Description |
|---|
Result(String tableSql,
String foreignKeySql,
String warningSql)
Creates the migration result.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getForeignKeySql()
Gets the sql code to migrate the foreign keys.
|
String |
getTableSql()
Gets the sql code to migrate the table.
|
String |
getWarningSql()
Gets the optional SQL code as comment.
|
public String getTableSql()
public String getForeignKeySql()
public String getWarningSql()
Tentackle - distributed, domain- and model-driven