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