Package org.apache.openjpa.lib.jdbc
Interface LoggingConnectionDecorator.SQLWarningHandler
-
- Enclosing class:
- LoggingConnectionDecorator
public static interface LoggingConnectionDecorator.SQLWarningHandlerInterface that allows customization of what to do whenSQLWarnings occur.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleWarning(SQLWarning warning)
-
-
-
Method Detail
-
handleWarning
void handleWarning(SQLWarning warning) throws SQLException
- Throws:
SQLException
-
-