|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
String[] |
getChangedColumnNames()
Return the names of the columns affected by the SQL statement this represents. |
String |
getSqlKeyword()
Return one of INSERT, UPDATE or DELETE, depending on what type of SQL statement this represents. |
String |
getTableName()
Return the name of the table being affected by the SQL statement this represents. |
String[] |
getWhereColumnNames()
Return the names of the columns involved in the where clause of the SQL statement this represents. |
String |
unparsedSql()
Return the original, unparsed SQL that this represents. |
| Method Detail |
public String getSqlKeyword()
public String getTableName()
public String[] getWhereColumnNames()
public String[] getChangedColumnNames()
public String unparsedSql()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||