public class UpgradeProcess.AlterTableDropColumn extends java.lang.Object implements UpgradeProcess.Alterable
| Constructor and Description |
|---|
AlterTableDropColumn(java.lang.String columnName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIndexedColumnName()
Deprecated.
As of 7.0.0, with no direct replacement
|
java.lang.String |
getSQL(java.lang.String tableName) |
boolean |
shouldAddIndex(java.util.Collection<java.lang.String> columnNames) |
boolean |
shouldDropIndex(java.util.Collection<java.lang.String> columnNames) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsIgnoreCase@Deprecated public java.lang.String getIndexedColumnName()
getIndexedColumnName in interface UpgradeProcess.Alterablepublic java.lang.String getSQL(java.lang.String tableName)
getSQL in interface UpgradeProcess.Alterablepublic boolean shouldAddIndex(java.util.Collection<java.lang.String> columnNames)
shouldAddIndex in interface UpgradeProcess.Alterablepublic boolean shouldDropIndex(java.util.Collection<java.lang.String> columnNames)
shouldDropIndex in interface UpgradeProcess.Alterable