org.apache.openjpa.lib.jdbc
Interface LoggingConnectionDecorator.SQLWarningHandler

Enclosing class:
LoggingConnectionDecorator

public static interface LoggingConnectionDecorator.SQLWarningHandler

Interface that allows customization of what to do when SQLWarnings occur.


Method Summary
 void handleWarning(java.sql.SQLWarning warning)
           
 

Method Detail

handleWarning

void handleWarning(java.sql.SQLWarning warning)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.