|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| ConnectionPool | Connection pooling services must implement this interface. |
| JDBCListener | An abstract listener for all JDBCEvents that
occur on for a given JDBCEventManager. |
| Class Summary | |
| AbstractJDBCListener | An abstract implementation of the JDBCListener
listener. |
| ConfigurableConnectionPool | Provides basic pooling. |
| ConfigurableDataSource | Delegating data source that allows some configuration of the underlying connections. |
| ConnectionRequestInfo | Information about a JDBC connection request. |
| DataSourceImpl | Implementation of the DataSource interface that maintains a
back-end connection pool. |
| DelegatingConnection | Wrapper around an existing connection. |
| DelegatingDataSource | Wrapper around an existing data source. |
| DelegatingPreparedStatement | Wrapper around an existing statement. |
| DelegatingResultSet | Wrapper around an existing result set. |
| DelegatingStatement | Wrapper around an existing statement. |
| JDBCEvent | A JDBC Event. |
| JDBCEventManager | Manages the firing of JDBCEvents. |
| NonPoolingConnectionPool | Implements the ConnectionPool interface but doesn't actually
perform any pooling. |
| PerformanceTracker | A global tracker of performance-related statistics. |
| PreparedStatementCache | Implements a cache mapping a SQL string, PreparedStatementCache.CacheAwareConnection pair to
a PreparedStatement containing the same SQL using the same
connection. |
| PSCacheConnectionPool | Pools connections that cache prepared statements internally. |
| PSCacheDataSource | Wrapper around an existing DataSource that uses prepared
statement caching. |
Database Connectivity
Includes an implementation of the DataSource APIs
around a normal JDBC 1.x driver. Implements connection pooling and
prepared statement caching. Also includes a framework for firing and
consuming JDBC-related events.
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||