|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |