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