Package org.jboss.jca.adapters.jdbc

The JDBC resource adapter with pooling support

See:
          Description


Interface Summary
ExceptionSorter The ExceptionSorter interface allows for java.sql.SQLException evaluation to determine if an error is fatal.
StaleConnectionChecker A StaleConnectionChecker.
StatementAccess A simple interface that allow us to get the underlying driver specific statement implementation back from the wrapper.
URLSelectorStrategy URLSelectorStrategy
ValidConnectionChecker Checks that a connection is valid
WrappedConnectionFactory WrappedConnectionFactory.
 

Class Summary
BaseWrapperManagedConnection BaseWrapperManagedConnection
BaseWrapperManagedConnectionFactory BaseWrapperManagedConnectionFactory
CachedCallableStatement A cache wrapper for java.sql.CallableStatement
CachedPreparedStatement Wrapper class for cached PreparedStatements.
CheckValidConnectionSQL Implements check valid connection sql
JBossWrapper JBossWrapper.
NullExceptionSorter Does not check the exception.
NullStaleConnectionChecker A NullStaleConnectionChecker.
NullValidConnectionChecker Does not check the connection
PreparedStatementCache LRU cache for PreparedStatements.
PreparedStatementCache.Key Ket class
WrappedCallableStatement WrappedCallableStatement
WrappedConnection A wrapper for a connection.
WrappedConnectionRequestInfo WrappedConnectionRequestInfo
WrappedPreparedStatement A wrapper for a prepared statement.
WrappedResultSet A wrapper for a result set
WrappedStatement A wrapper for a statement.
WrapperDataSource WrapperDataSource
 

Exception Summary
StaleConnectionException A StaleConnectionException.
 

Package org.jboss.jca.adapters.jdbc Description

The JDBC resource adapter with pooling support



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)