public class UpgradePostgreSQL
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess.Alterable, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnName, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnType, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableAddColumn, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableDropColumn| Constructor and Description |
|---|
UpgradePostgreSQL() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected String |
getCurrentSchema()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected Map<String,String> |
getOidColumnNames()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected void |
updateOrphanedLargeObjects(Map<String,String> oidColumnNames)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected void |
updatePostgreSQLRules(Map<String,String> oidColumnNames) |
alter, clearIndexesCache, getIndexesSQL, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTableprotected void doUpgrade()
throws Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessException@Deprecated
protected String getCurrentSchema()
throws Exception
Exception@Deprecated
protected Map<String,String> getOidColumnNames()
throws Exception
Exception@Deprecated
protected void updateOrphanedLargeObjects(Map<String,String> oidColumnNames)
throws Exception
Exceptionprotected void updatePostgreSQLRules(Map<String,String> oidColumnNames)
throws Exception
Exception