public static interface UpgradeProcess.Alterable
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsIgnoreCase(Collection<String> columnNames,
String columnName) |
String |
getSQL(String tableName) |
boolean |
shouldAddIndex(Collection<String> columnNames) |
boolean |
shouldDropIndex(Collection<String> columnNames) |