|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.sqlutil.parsql.DeleteStatement
A representation of an SQL DELETE statement. DELETE FROM table [WHERE Expression];
Constructor Summary | |
DeleteStatement(java.lang.String tableName)
Create a DELETE statement on a given table. |
Method Summary | |
void |
addWhere(ExpSelConst where)
Add a WHERE clause to the DELETE statement. |
java.lang.String |
getTableName()
|
ExpSelConst |
getWhere()
Returns the SQL WHERE clause from this DELETE statement. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DeleteStatement(java.lang.String tableName)
tableName
- Table nameMethod Detail |
public void addWhere(ExpSelConst where)
where
- An SQL expression compatible with a WHERE clausepublic java.lang.String getTableName()
public ExpSelConst getWhere()
null
.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |