Package org.enhydra.jdbc.standard

Class Summary
PreparedStatementCache Implementation of LRUCache to handle prepared statements TODO: Override put to check type
StandardConnectionHandle This is an implementation of java.sql.Connection which simply delegates almost everything to an underlying physical implemention of the same interface.
StandardConnectionPoolDataSource A data source used to create generic pooled connections (factory)
StandardDataSource Provides a Data Source which can be used to generate JDBC connections.
StandardPooledConnection Provides an implementation of javax.sql.PooledConnection which is completely generic (i.e.
StandardPreparedStatement A very simple implementation of PreparedStatement.
StandardXACallableStatement  
StandardXAConnection Provides a generic wrapper for JDBC 1 drivers.
StandardXAConnectionHandle  
StandardXADataSource Data source for creating StandardXAConnections.
StandardXAPreparedStatement  
StandardXAStatefulConnection Provides a wrapper for a physical database connection.
StandardXAStatement