SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Package com.solarmetric.datasource

Datasource Implementation

See:
          Description

Interface Summary
DataSourceImpl.Pool  
 

Class Summary
ConnectionWrapper Wrapper around an existing connection.
ConnectionWrapper.Statistics  
DataSourceImpl Implementation of the DataSource interface that maintains a back-end connection pool.
JDBCConnectionRequestInfo  
PreparedStatementCache Implements a cache mapping a SQL string, Connection pair to a PreparedStatement containing the same SQL using the same connection.
PreparedStatementWrapper Wrapper around an existing PreparedStatement.
ResultSetWrapper.Statistics  
StatementWrapper Wrapper around an existing Statement.
StatementWrapper.Statistics  
 

Package com.solarmetric.datasource Description

Datasource Implementation

Simple implementation of the DataSource APIs around a normal JDBC 1.x driver. This implementation performs rudimentary connection pooling if desired.

The package is structured around the decorator pattern: connections and statements can be successively wrapped in decorators to provide additional functionality.


SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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