MVCCVersionUpgradeProcess@Deprecated public class UpgradeMVCCVersion extends UpgradeProcess
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
UpgradeMVCCVersion()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade()
Deprecated.
|
protected List<Element> |
getClassElements()
Deprecated.
|
protected String[] |
getExcludedTableNames()
Deprecated.
|
protected String[] |
getModuleTableNames()
Deprecated.
|
protected void |
upgradeClassElementMVCCVersions()
Deprecated.
|
protected void |
upgradeModuleTableMVCCVersions()
Deprecated.
|
protected void |
upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
Element classElement)
Deprecated.
|
void |
upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
String tableName)
Deprecated.
|
addTempIndex, clearIndexesCache, ensureTableExists, getConnection, getIndexesSQL, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgrade, upgradeaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, doHasTable, dropIndexes, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringpublic void upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
String tableName)
throws Exception
Exceptionprotected void doUpgrade()
throws Exception
doUpgrade in class UpgradeProcessExceptionprotected List<Element> getClassElements() throws Exception
Exceptionprotected String[] getExcludedTableNames()
protected String[] getModuleTableNames()
protected void upgradeClassElementMVCCVersions()
throws Exception
Exceptionprotected void upgradeModuleTableMVCCVersions()
throws Exception
Exceptionprotected void upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
Element classElement)
throws Exception
Exception