|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateProcessor | |
util.sql |
Uses of UpdateProcessor in util.sql |
Classes in util.sql that implement UpdateProcessor | |
class |
ComplacentUpdateProcessor
An update processor that doesn't care how many rows were updated. |
class |
MandatoryUpdateProcessor
An update processor that mandates that at least one row have been updated as part of the query. |
Methods in util.sql that return UpdateProcessor | |
static UpdateProcessor |
MandatoryUpdateProcessor.getInstance()
Get an instance of this update processor. |
static UpdateProcessor |
ComplacentUpdateProcessor.getInstance()
Get an instance of this update processor. |
Methods in util.sql with parameters of type UpdateProcessor | |
void |
SQLProcessor.executeUpdate(java.lang.String sql,
java.lang.Object[] pStmntValues,
UpdateProcessor processor)
Execute an update and setup and destroy the connection associate with it. |
protected void |
SQLProcessor.handleUpdate(java.lang.String sql,
java.lang.Object[] pStmntValues,
UpdateProcessor processor,
java.sql.Connection conn)
Method that handles the bulk of the update processing. |
void |
SQLTransaction.executeUpdate(java.lang.String sql,
java.lang.Object[] pStmntValues,
UpdateProcessor processor)
Execute an update as part of this transaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |