public static interface SqlExceptionHelper.WarningHandler
warnings| Modifier and Type | Method and Description | 
|---|---|
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. | 
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.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.