com.liferay.portal.upgrade.util
Class BaseUpgradeTableImpl
java.lang.Object
com.liferay.portal.upgrade.util.Table
com.liferay.portal.upgrade.util.BaseUpgradeTableImpl
- Direct Known Subclasses:
- DefaultUpgradeTableImpl
public abstract class BaseUpgradeTableImpl
- extends Table
Methods inherited from class com.liferay.portal.upgrade.util.Table |
appendColumn, appendColumn, generateTempFile, generateTempFile, getColumns, getCreateSQL, getDeleteSQL, getExportedData, getInsertSQL, getInsertTableName, getOrder, getSelectPreparedStatement, getSelectSQL, getTableName, getTotalRows, getValue, populateTable, populateTable, populateTableRows, setColumn, setColumns, setSelectSQL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseUpgradeTableImpl
public BaseUpgradeTableImpl(String tableName)
BaseUpgradeTableImpl
public BaseUpgradeTableImpl(String tableName,
Object[][] columns)
getIndexesSQL
public String[] getIndexesSQL()
throws Exception
- Throws:
Exception
isAllowUniqueIndexes
public boolean isAllowUniqueIndexes()
throws Exception
- Throws:
Exception
setAllowUniqueIndexes
public void setAllowUniqueIndexes(boolean allowUniqueIndexes)
throws Exception
- Throws:
Exception
setCreateSQL
public void setCreateSQL(String createSQL)
throws Exception
- Overrides:
setCreateSQL
in class Table
- Throws:
Exception
setIndexesSQL
public void setIndexesSQL(String[] indexesSQL)
throws Exception
- Throws:
Exception
updateTable
public void updateTable()
throws Exception
- Throws:
Exception