public class UpgradeProcess.AlterColumnType extends Object implements UpgradeProcess.Alterable
| Constructor and Description |
|---|
AlterColumnType(String columnName,
String newType) |
| Modifier and Type | Method and Description |
|---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsIgnoreCase@Deprecated public String getIndexedColumnName()
getIndexedColumnName in interface UpgradeProcess.Alterablepublic String getSQL(String tableName)
getSQL in interface UpgradeProcess.Alterablepublic boolean shouldAddIndex(Collection<String> columnNames)
shouldAddIndex in interface UpgradeProcess.Alterablepublic boolean shouldDropIndex(Collection<String> columnNames)
shouldDropIndex in interface UpgradeProcess.Alterable