|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--util.sql.ComplacentUpdateProcessor
An update processor that doesn't care how many rows were updated. Just logs the result.
Method Summary | |
static UpdateProcessor |
getInstance()
Get an instance of this update processor. |
void |
process(int rows)
Takes the number of rows that were updated as a result of a sql update and do whatever you want with it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static UpdateProcessor getInstance()
public void process(int rows)
In this case, it merely logs how many rows were updated.
process
in interface UpdateProcessor
rows
- the number of rows updatedSQLException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |