|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cyclops.dbdigger.sql.SQL
com.cyclops.dbdigger.sql.Delete
Add description HERE!
| Field Summary | |
static Delete[] |
EMPTY_ARRAY
Empty delete array ( |
static String |
OPERATION
Delete sql keyword |
| Constructor Summary | |
Delete(Table fromTable)
Constructor of class Delete |
|
| Method Summary | |
Table |
getFrom()
Method getFrom() |
Condition |
getWhere()
Method getWhere() |
| Methods inherited from class com.cyclops.dbdigger.sql.SQL |
getOperation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Delete[] EMPTY_ARRAY
public static final String OPERATION
| Constructor Detail |
public Delete(Table fromTable)
fromTable - From table object| Method Detail |
public Table getFrom()
public Condition getWhere()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||