public class UpgradeMVCCVersion extends UpgradeProcess
UpgradeProcess.Alterable, UpgradeProcess.AlterColumnName, UpgradeProcess.AlterColumnType, UpgradeProcess.AlterTableAddColumn, UpgradeProcess.AlterTableDropColumn
connection
Constructor and Description |
---|
UpgradeMVCCVersion() |
Modifier and Type | Method and Description |
---|---|
protected void |
doUpgrade() |
protected List<Element> |
getClassElements() |
protected String[] |
getExcludedTableNames() |
protected String[] |
getModuleTableNames() |
protected void |
upgradeClassElementMVCCVersions() |
protected void |
upgradeModuleTableMVCCVersions() |
protected void |
upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
Element classElement) |
void |
upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
String tableName) |
alter, clearIndexesCache, getIndexesSQL, getIndexSQLs, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, removePrimaryKey, upgrade, upgrade, upgrade, upgradeTable, upgradeTable
doHasTable, hasColumn, hasColumnType, hasColumnType, hasRows, hasRows, hasTable, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateString
public void upgradeMVCCVersion(DatabaseMetaData databaseMetaData, String tableName) throws Exception
Exception
protected void doUpgrade() throws Exception
doUpgrade
in class UpgradeProcess
Exception
protected List<Element> getClassElements() throws Exception
Exception
protected String[] getExcludedTableNames()
protected String[] getModuleTableNames()
protected void upgradeClassElementMVCCVersions() throws Exception
Exception
protected void upgradeModuleTableMVCCVersions() throws Exception
Exception
protected void upgradeMVCCVersion(DatabaseMetaData databaseMetaData, Element classElement) throws Exception
Exception