|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BatchUpdateHandler
This interface is used as a callback mechanism for handling results coming
out of a batch query. If you don't need all methods, you can override
BatchUpdateHandlerAdapter instead.
BatchUpdateHandlerAdapter| Method Summary | |
|---|---|
void |
onBatchResult(int[] returnCodes)
Callback method for the return codes of the batch |
void |
onGeneratedKey(Object object)
Callback method for generated keys that happened during the batch. |
void |
onWarning(SQLWarning warning)
Callback method for SQLWarnings that occurred during the batch |
| Method Detail |
|---|
void onWarning(SQLWarning warning)
warning - void onBatchResult(int[] returnCodes)
returnCodes - void onGeneratedKey(Object object)
object -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||