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

All Known Implementing Classes:
AbstractDB2Dictionary, AbstractSQLServerDictionary, AccessDictionary, CacheDictionary, DB2Dictionary, DBDictionary, DerbyDictionary, EmpressDictionary, FirebirdDictionary, FoxProDictionary, H2Dictionary, HSQLDictionary, InformixDictionary, InterbaseDictionary, JDataStoreDictionary, MySQLDictionary, OracleDictionary, PointbaseDictionary, PostgresDictionary, SQLServerDictionary, SybaseDictionary
Enclosing class:
LoggingConnectionDecorator

public static interface LoggingConnectionDecorator.SQLWarningHandler

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


Method Summary
 void handleWarning(SQLWarning warning)
           
 

Method Detail

handleWarning

void handleWarning(SQLWarning warning)
                   throws SQLException
Throws:
SQLException


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

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01