|
||||||||||
| 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(java.lang.String tblname,
Predicate pred)
Saves the table name and predicate. |
|
| Method Summary | |
|---|---|
Predicate |
pred()
Returns the predicate that describes which records should be deleted. |
java.lang.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(java.lang.String tblname,
Predicate pred)
| Method Detail |
|---|
public java.lang.String tableName()
public Predicate pred()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||