|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SqlExceptionHelper.WarningHandler
Contract for handling warnings
Method Summary | |
---|---|
boolean |
doProcess()
Should processing be done? Allows short-circuiting if not. |
void |
handleWarning(SQLWarning warning)
Handle an individual warning in the stack. |
void |
prepare(SQLWarning warning)
Prepare for processing of a warning stack. |
Method Detail |
---|
boolean doProcess()
void prepare(SQLWarning warning)
warning
stack.
Note that the warning here is also the first passed to handleWarning(java.sql.SQLWarning)
warning
- The first warning in the stack.void handleWarning(SQLWarning warning)
warning
- The warning to handle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |