public class UpgradeKernelPackage
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
| Constructor and Description |
|---|
UpgradeKernelPackage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected String[][] |
getClassNames() |
protected String[][] |
getResourceNames() |
protected void |
upgradeLongTextTable(String tableName,
String columnName,
String primaryKeyColumnName,
String[][] names,
com.liferay.portal.kernel.dao.orm.WildcardMode wildcardMode) |
protected void |
upgradeLongTextTable(String columnName,
String primaryKeyColumnName,
String selectSQL,
String updateSQL,
String[] name) |
protected void |
upgradeTable(String tableName,
String columnName,
String[][] names,
com.liferay.portal.kernel.dao.orm.WildcardMode wildcardMode) |
protected void |
upgradeTable(String tableName,
String columnName,
String[][] names,
com.liferay.portal.kernel.dao.orm.WildcardMode wildcardMode,
boolean preventDuplicates) |
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, runSQLTemplateStringprotected void doUpgrade()
throws com.liferay.portal.kernel.upgrade.UpgradeException
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcesscom.liferay.portal.kernel.upgrade.UpgradeExceptionprotected String[][] getClassNames()
protected String[][] getResourceNames()
protected void upgradeLongTextTable(String columnName,
String primaryKeyColumnName,
String selectSQL,
String updateSQL,
String[] name)
throws SQLException
SQLExceptionprotected void upgradeLongTextTable(String tableName,
String columnName,
String primaryKeyColumnName,
String[][] names,
com.liferay.portal.kernel.dao.orm.WildcardMode wildcardMode)
throws Exception
Exceptionprotected void upgradeTable(String tableName,
String columnName,
String[][] names,
com.liferay.portal.kernel.dao.orm.WildcardMode wildcardMode)
throws Exception
Exceptionprotected void upgradeTable(String tableName,
String columnName,
String[][] names,
com.liferay.portal.kernel.dao.orm.WildcardMode wildcardMode,
boolean preventDuplicates)
throws Exception
Exception