Package org.jboss.minerva.jdbc

Wrapper classes for JDBC objects.

See:
          Description

Interface Summary
ConnectionWrapper Wrapper for database connections.
 

Class Summary
ConnectionInPool Wrapper for database connections in a pool.
PreparedStatementInPool  
PSCacheKey  
ResultSetInPool Wraps a result set to track the last used time for the owning connection.
StatementInPool Wraps a Statement to track errors and the last used time for the owning connection.
 

Package org.jboss.minerva.jdbc Description

Wrapper classes for JDBC objects. These are used to track errors and last used times on a database connection (and derived statements, result sets, etc.). Also tracks outstanding statements on a connection so they can be closed when the connection is returned to a pool.



Copyright © 2000 The jBoss Organization. All Rights Reserved.