|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sourceforge.backpedal.impl.core.ParsedStatementImpl
| 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 |
toString()
|
String |
unparsedSql()
Return the original, unparsed SQL that this represents. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public String getSqlKeyword()
ParsedStatement
getSqlKeyword in interface ParsedStatementpublic String[] getWhereColumnNames()
ParsedStatement
getWhereColumnNames in interface ParsedStatementpublic String getTableName()
ParsedStatement
getTableName in interface ParsedStatementpublic String[] getChangedColumnNames()
ParsedStatement
getChangedColumnNames in interface ParsedStatementpublic String unparsedSql()
ParsedStatement
unparsedSql in interface ParsedStatementpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||