BaseDBProcess.alterColumnType(String, String, String)@Deprecated public class UpgradeProcess.AlterColumnType extends Object implements UpgradeProcess.Alterable
| Constructor and Description |
|---|
AlterColumnType(String columnName,
String newType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
Deprecated.
|
String |
getNewType()
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 AlterColumnType(String columnName,
String newType)
public String getColumnName()
public String getNewType()
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