org.ofbiz.minerva.pool.jdbc |
|
Java Source File Name | Type | Comment |
ConnectionInPool.java | Class | Wrapper for database connections in a pool. |
ConnectionWrapper.java | Interface | Wrapper for database connections. |
JDBCConnectionFactory.java | Class | Object factory that creates java.sql.Connections. |
JDBCPoolDataSource.java | Class | DataSource for non-transactional JDBC pools. |
PoolDriver.java | Class | JDBC Driver to access pooled JDBC connections. |
PreparedStatementFactory.java | Class | Creates PreparedStatements for a PS cache. |
PreparedStatementInPool.java | Class | Wrapper around a PreparedStatement that supports error-handling
and caching. |
PSCacheKey.java | Class | Temporarily not used. |
ResultSetInPool.java | Class | Wraps a result set to track the last used time for the owning connection. |
StatementInPool.java | Class | Wraps a Statement to track errors and the last used time for the owning
connection. |