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 Judson (7.1.x), 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, wait
containsIgnoreCase
@Deprecated public java.lang.String getIndexedColumnName()
getIndexedColumnName
in interface UpgradeProcess.Alterable
public java.lang.String getSQL(java.lang.String tableName)
getSQL
in interface UpgradeProcess.Alterable
public boolean shouldAddIndex(java.util.Collection<java.lang.String> columnNames)
shouldAddIndex
in interface UpgradeProcess.Alterable
public boolean shouldDropIndex(java.util.Collection<java.lang.String> columnNames)
shouldDropIndex
in interface UpgradeProcess.Alterable