Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.upgrade.util
Interface UpgradeTable


public interface UpgradeTable


Method Summary
 void appendColumn(StringBuilder sb, Object value, boolean last)
           
 void appendColumn(StringBuilder sb, ResultSet rs, String name, Integer type, boolean last)
           
 String getCreateSQL()
           
 String getDeleteSQL()
           
 String[] getIndexesSQL()
           
 String getInsertSQL()
           
 String getSelectSQL()
           
 boolean isAllowUniqueIndexes()
           
 void setAllowUniqueIndexes(boolean allowUniqueIndexes)
           
 void setColumn(PreparedStatement ps, int index, Integer type, String value)
           
 void setCreateSQL(String createSQL)
           
 void setIndexesSQL(String[] indexesSQL)
           
 void updateTable()
           
 

Method Detail

appendColumn

void appendColumn(StringBuilder sb,
                  Object value,
                  boolean last)
                  throws Exception
Throws:
Exception

appendColumn

void appendColumn(StringBuilder sb,
                  ResultSet rs,
                  String name,
                  Integer type,
                  boolean last)
                  throws Exception
Throws:
Exception

getCreateSQL

String getCreateSQL()
                    throws Exception
Throws:
Exception

getDeleteSQL

String getDeleteSQL()
                    throws Exception
Throws:
Exception

getIndexesSQL

String[] getIndexesSQL()
                       throws Exception
Throws:
Exception

getInsertSQL

String getInsertSQL()
                    throws Exception
Throws:
Exception

getSelectSQL

String getSelectSQL()
                    throws Exception
Throws:
Exception

isAllowUniqueIndexes

boolean isAllowUniqueIndexes()
                             throws Exception
Throws:
Exception

setAllowUniqueIndexes

void setAllowUniqueIndexes(boolean allowUniqueIndexes)
                           throws Exception
Throws:
Exception

setColumn

void setColumn(PreparedStatement ps,
               int index,
               Integer type,
               String value)
               throws Exception
Throws:
Exception

setCreateSQL

void setCreateSQL(String createSQL)
                  throws Exception
Throws:
Exception

setIndexesSQL

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

updateTable

void updateTable()
                 throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3