|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| ConnectionConfig | Interface for a configuration object that is used to configure a Connection |
| ConnectionInfo | ConnectionInfo contains information relevant to the Connection Object. |
| ConnectionPool | Interface for an ObjectPool of java.sql.Connection Objects |
| ConnectionPoolAuthenticator | Interface for an authentication object which determines if a user is authenticated to use the Connection |
| ConnectionPoolConfig | Interface for a configuration object that is used to configure the ConnectionPool |
| ConnectionPoolInfo | The ConnectionPoolInfo interface defines an Object that contains data pertinant to the ConnectionPool's state |
| ConnectionPoolManager | Interface that defines an Object that manages a collection of Object pools. |
| ConnectionPoolManagerInfo | The ConnectionPoolManagerInfo interface defines an Object that contains data pertinant to the ConnectionPoolManager's state |
| PoolableConnectionFactory | Factory object that is responsible for creating, destroying, activating, passivating, and validating Connection objects. |
| Class Summary | |
| DatasourceConfig | Encapsulates a set of JDBC parameters for a DataSource. |
| DelegatingCallableStatement | The DelegatingCallableStatement Object implements the java.sql.CallableStatement interface. |
| DelegatingConnection | A delegating class that delegates all method calls to the java.sql.Connection interface to an underlying Connection object |
| DelegatingPreparedStatement | The DelegatingPreparedStatement Object implements the java.sql.PreparedStatement interface. |
| DelegatingResultSet | A wrapper for the ResultSet Object This class implements the java.sql.ResultSet interface buy delegating all method calls to an underlying ResultSet Object that is passed in via the Constructor. |
| DelegatingStatement | The DelegatingStatement Object implements the java.sql.Statement interface. |
| JdbcUtils | Provides convenience methods Java Database Connectivity. |
| PoolableConnection | An extended version of the DelegatingConnection class. |
| PoolingConnectionDriver | An implementation of the Driver interface that
provides pooling of Connection Objects |
| SearchConfig | Encapsulates a set of JDBC search parameters. |
| SqlCommandIterator | SqlCommandIterator parses semicolon-terminated SQL commands
from a file and returns them one by one via an iterator API. |
| StandardConnectionConfig | Standard implementation of the ConnectionConfig interface |
| StandardConnectionPool | Standard implementation of the ConnectionPool interface |
| StandardConnectionPoolAuthenticator | Standard implementation of the ConnectionPoolAuthenticator interface. |
| StandardConnectionPoolConfig | Standard implementation of the ConnectionPoolConfig Object |
| StandardConnectionPoolInfo | Standard implementation of the ConnectionPoolInfo interface |
| StandardConnectionPoolManager | Standard implementation of the ConnectionPoolManager interface |
| StandardPoolableConnectionFactory | Standard implementation of the PoolableConnectionFactory |
| UsernamePasswordConnectionPoolAuthenticator | A username and password implementation of the ConnectionPoolAuthenticator interface. |
| Exception Summary | |
| ConnectionPoolException | Exception thrown if an error occurs with the ConnectionPool objects |
Contains classes for use with jdbc.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||