| java.lang.Object com.quadcap.sql.DeletedRows
DeletedRows | public class DeletedRows implements StatementContext(Code) | | StatementContext which manages delete operations generated by a
statement, defers those operations so consistency can be checked,
and at the end of the statement's execution, performs all of the
deletes.
author: Stan Bailes |
finish | public void finish(boolean abort) throws SQLException, IOException(Code) | | Showtime -- unless aborted, delete all the rows and free our
resources
|
priority | public int priority()(Code) | | Whatever
|
|
|