Liferay 6.2-ce-ga5

com.liferay.portal.upgrade.util
Class BaseUpgradeTableImpl

java.lang.Object
  extended by com.liferay.portal.upgrade.util.Table
      extended by com.liferay.portal.upgrade.util.BaseUpgradeTableImpl
Direct Known Subclasses:
DefaultUpgradeTableImpl

public abstract class BaseUpgradeTableImpl
extends Table


Constructor Summary
BaseUpgradeTableImpl(String tableName)
           
BaseUpgradeTableImpl(String tableName, Object[][] columns)
           
 
Method Summary
 String[] getIndexesSQL()
           
 String getTempFileName()
           
 boolean isAllowUniqueIndexes()
           
 boolean isDeleteTempFile()
           
 void setAllowUniqueIndexes(boolean allowUniqueIndexes)
           
 void setCreateSQL(String createSQL)
           
 void setDeleteTempFile(boolean deleteTempFile)
           
 void setIndexesSQL(String[] indexesSQL)
           
 void updateTable()
           
 
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
 

Constructor Detail

BaseUpgradeTableImpl

public BaseUpgradeTableImpl(String tableName)

BaseUpgradeTableImpl

public BaseUpgradeTableImpl(String tableName,
                            Object[][] columns)
Method Detail

getIndexesSQL

public String[] getIndexesSQL()
                       throws Exception
Throws:
Exception

getTempFileName

public String getTempFileName()

isAllowUniqueIndexes

public boolean isAllowUniqueIndexes()
                             throws Exception
Throws:
Exception

isDeleteTempFile

public boolean isDeleteTempFile()

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

setDeleteTempFile

public void setDeleteTempFile(boolean deleteTempFile)

setIndexesSQL

public void setIndexesSQL(String[] indexesSQL)
                   throws Exception
Throws:
Exception

updateTable

public void updateTable()
                 throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5