BaseDBProcess.alterColumnName(String, String, String)@Deprecated public class UpgradeProcess.AlterColumnName extends Object implements UpgradeProcess.Alterable
| Constructor and Description |
|---|
AlterColumnName(String oldColumnName,
String newColumn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNewColumn()
Deprecated.
|
String |
getOldColumnName()
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 AlterColumnName(String oldColumnName,
String newColumn)
public String getNewColumn()
public String getOldColumnName()
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