SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Package com.solarmetric.rd.jdbc

Database Connectivity

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.
 

Package com.solarmetric.rd.jdbc Description

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

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.