|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
getInsertSQL()
|
String |
getSelectSQL()
|
void |
setColumn(PreparedStatement ps,
int index,
Integer type,
String value)
|
void |
setCreateSQL(String createSQL)
|
void |
updateTable()
|
| Method Detail |
|---|
void appendColumn(StringBuilder sb,
Object value,
boolean last)
throws Exception
Exception
void appendColumn(StringBuilder sb,
ResultSet rs,
String name,
Integer type,
boolean last)
throws Exception
Exception
String getCreateSQL()
throws Exception
Exception
void setCreateSQL(String createSQL)
throws Exception
Exception
String getDeleteSQL()
throws Exception
Exception
String getInsertSQL()
throws Exception
Exception
String getSelectSQL()
throws Exception
Exception
void setColumn(PreparedStatement ps,
int index,
Integer type,
String value)
throws Exception
Exception
void updateTable()
throws Exception
Exception
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||