public abstract class BaseUpgradeDBColumnSize extends UpgradeProcess
UpgradeProcess.Alterable, UpgradeProcess.AlterColumnName, UpgradeProcess.AlterColumnType, UpgradeProcess.AlterTableAddColumn, UpgradeProcess.AlterTableDropColumnconnection| Constructor and Description |
|---|
BaseUpgradeDBColumnSize(DBType dbType,
String oldColumnType,
int size) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected abstract void |
upgradeColumn(String tableName,
String columnName) |
alter, clearIndexesCache, getIndexesSQL, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTabledoHasTable, hasColumn, hasColumnType, hasColumnType, hasRows, hasRows, hasTable, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateStringpublic BaseUpgradeDBColumnSize(DBType dbType, String oldColumnType, int size)
protected void doUpgrade()
throws Exception
doUpgrade in class UpgradeProcessExceptionprotected abstract void upgradeColumn(String tableName,
String columnName)
throws Exception
Exception