|
|||||||||||
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 ParsedStatement
public String[] getWhereColumnNames()
ParsedStatement
getWhereColumnNames
in interface ParsedStatement
public String getTableName()
ParsedStatement
getTableName
in interface ParsedStatement
public String[] getChangedColumnNames()
ParsedStatement
getChangedColumnNames
in interface ParsedStatement
public String unparsedSql()
ParsedStatement
unparsedSql
in interface ParsedStatement
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |