public class UpgradeProcess.AlterTableAddColumn extends Object implements UpgradeProcess.Alterable
| Constructor and Description |
|---|
AlterTableAddColumn(String columnName)
Deprecated.
As of Athanasius (7.3.x), replaced by
#AlterTableAddColumn(String, String) |
AlterTableAddColumn(String columnName,
String columnType) |
| 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, waitcontainsIgnoreCase@Deprecated public AlterTableAddColumn(String columnName)
#AlterTableAddColumn(String, String)public AlterTableAddColumn(String columnName,
String columnType)
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