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