public class UpgradeProcess.AlterTableDropColumn extends Object implements UpgradeProcess.Alterable
Constructor and Description |
---|
AlterTableDropColumn(String columnName) |
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, wait
containsIgnoreCase
public String getSQL(String tableName)
getSQL
in interface UpgradeProcess.Alterable
public boolean shouldAddIndex(Collection<String> columnNames)
shouldAddIndex
in interface UpgradeProcess.Alterable
public boolean shouldDropIndex(Collection<String> columnNames)
shouldDropIndex
in interface UpgradeProcess.Alterable