|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.parse.DeleteData
public class DeleteData
Data for the SQL delete statement.
Constructor Summary | |
---|---|
DeleteData(String tblname,
Predicate pred)
Saves the table name and predicate. |
Method Summary | |
---|---|
Predicate |
pred()
Returns the predicate that describes which records should be deleted. |
String |
tableName()
Returns the name of the affected table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteData(String tblname, Predicate pred)
Method Detail |
---|
public String tableName()
public Predicate pred()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |