public static interface UpgradeProcess.Alterable
Modifier and Type | Method and Description |
---|---|
static boolean |
containsIgnoreCase(Collection<String> columnNames,
String columnName) |
String |
getIndexedColumnName()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
String |
getSQL(String tableName) |
boolean |
shouldAddIndex(Collection<String> columnNames) |
boolean |
shouldDropIndex(Collection<String> columnNames) |
static boolean containsIgnoreCase(Collection<String> columnNames, String columnName)
@Deprecated String getIndexedColumnName()
String getSQL(String tableName)
boolean shouldAddIndex(Collection<String> columnNames)
boolean shouldDropIndex(Collection<String> columnNames)