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

Packages that use LoggingConnectionDecorator.SQLWarningHandler
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
org.apache.openjpa.lib.jdbc Database Connectivity 
 

Uses of LoggingConnectionDecorator.SQLWarningHandler in org.apache.openjpa.jdbc.sql
 

Classes in org.apache.openjpa.jdbc.sql that implement LoggingConnectionDecorator.SQLWarningHandler
 class AbstractDB2Dictionary
          Base dictionary for the IBM DB2 family of databases.
 class AbstractSQLServerDictionary
          Dictionary for the SQL Server databases (Sybase and MS SQL Server).
 class AccessDictionary
          Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
 class CacheDictionary
          Dictionary for Intersystems Cache.
 class DB2Dictionary
          Dictionary for IBM DB2 database.
 class DBDictionary
          Class which allows the creation of SQL dynamically, in a database agnostic fashion.
 class DerbyDictionary
          Dictionary for Apache Derby (formerly Cloudscape).
 class EmpressDictionary
          Dictionary for Empress using ODBC server combined with their type 2 driver.
 class FirebirdDictionary
          Dictionary for Firebird.
 class FoxProDictionary
          Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
 class H2Dictionary
          Support for the H2 database (http://www.h2database.com).
 class HSQLDictionary
          Dictionary for Hypersonic SQL database.
 class InformixDictionary
          Dictionary for Informix database.
 class InterbaseDictionary
          Dictionary for Borland Interbase.
 class JDataStoreDictionary
          Dictionary for Borland JDataStore
 class MySQLDictionary
          Dictionary for MySQL.
 class OracleDictionary
          Dictionary for Oracle.
 class PointbaseDictionary
          Dictionary for Pointbase Embedded.
 class PostgresDictionary
          Dictionary for Postgres.
 class SQLServerDictionary
          Dictionary for MS SQLServer.
 class SybaseDictionary
          Dictionary for Sybase.
 

Uses of LoggingConnectionDecorator.SQLWarningHandler in org.apache.openjpa.lib.jdbc
 

Methods in org.apache.openjpa.lib.jdbc that return LoggingConnectionDecorator.SQLWarningHandler
 LoggingConnectionDecorator.SQLWarningHandler LoggingConnectionDecorator.getWarningHandler()
          What to do with SQL warnings.
 

Methods in org.apache.openjpa.lib.jdbc with parameters of type LoggingConnectionDecorator.SQLWarningHandler
 void LoggingConnectionDecorator.setWarningHandler(LoggingConnectionDecorator.SQLWarningHandler warningHandler)
          What to do with SQL warnings.
 



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