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