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, wait
containsIgnoreCase
public AlterColumnName(String oldColumnName, String newColumn)
public String getNewColumn()
public String getOldColumnName()
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