BaseDBProcess.alterTableAddColumn(String, String, String)@Deprecated 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
Deprecated.
|
String |
getColumnType()
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, waitcontainsIgnoreCase@Deprecated public AlterTableAddColumn(String columnName)
#AlterTableAddColumn(String, String)public AlterTableAddColumn(String columnName,
String columnType)
public String getColumnName()
public String getColumnType()
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