com.liferay.portal.kernel.upgrade
Class UpgradeProcess
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess
- All Implemented Interfaces:
- DBProcess
- Direct Known Subclasses:
- BaseUpgradeAttachments, BaseUpgradePortletPreferences
public abstract class UpgradeProcess
- extends BaseDBProcess
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeProcess
public UpgradeProcess()
getThreshold
public int getThreshold()
hasTable
public boolean hasTable(String tableName)
throws Exception
- Throws:
Exception
increment
public long increment()
throws SystemException
- Throws:
SystemException
increment
public long increment(String name)
throws SystemException
- Throws:
SystemException
isSupportsAlterColumnName
public boolean isSupportsAlterColumnName()
isSupportsAlterColumnType
public boolean isSupportsAlterColumnType()
isSupportsStringCaseSensitiveQuery
public boolean isSupportsStringCaseSensitiveQuery()
isSupportsUpdateWithInnerJoin
public boolean isSupportsUpdateWithInnerJoin()
tableHasColumn
public boolean tableHasColumn(String tableName,
String columnName)
throws Exception
- Throws:
Exception
tableHasData
public boolean tableHasData(String tableName)
throws Exception
- Throws:
Exception
upgrade
public void upgrade()
throws UpgradeException
- Throws:
UpgradeException
upgrade
public void upgrade(Class<?> upgradeProcessClass)
throws UpgradeException
- Throws:
UpgradeException
upgrade
public void upgrade(UpgradeProcess upgradeProcess)
throws UpgradeException
- Throws:
UpgradeException
doHasTable
protected boolean doHasTable(String tableName)
throws Exception
- Throws:
Exception
doUpgrade
protected void doUpgrade()
throws Exception
- Throws:
Exception
upgradeTable
protected void upgradeTable(String tableName,
Object[][] tableColumns)
throws Exception
- Throws:
Exception
upgradeTable
protected void upgradeTable(String tableName,
Object[][] tableColumns,
String sqlCreate,
String[] sqlAddIndexes)
throws Exception
- Throws:
Exception