public static class IndexMigrator.Result extends Object
| Constructor and Description |
|---|
Result(String dropSql,
String createSql)
Creates the migration result.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateSql()
Gets the sql code to create indexes.
|
String |
getDropSql()
Gets the sql code to drop indexex.
|
IndexMigrator.Result |
sum(IndexMigrator.Result result)
Builds the sum of this and another result.
|
public String getDropSql()
public String getCreateSql()
public IndexMigrator.Result sum(IndexMigrator.Result result)
result - the result to sum upTentackle - a domain driven enterprise framework