|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mwc.sqld.db.SimpleDeleteEngine
Constructor Summary | |
SimpleDeleteEngine()
|
Method Summary | |
int |
delete(UpdateCurser[] data,
Criteria c)
Do a delete operation on some cursers for some given criteria. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleDeleteEngine()
Method Detail |
public int delete(UpdateCurser[] data, Criteria c) throws DBException
delete
in interface DeleteEngine
data
- the array of cursers to traverse.c
- the criteria for deletetion, null for delte all.DBException
- if an underlying db exception is thrown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |