|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionPool | |
|---|---|
| snaq.db | Utility classes to enhance the standard JDBC functionality. |
| Uses of ConnectionPool in snaq.db |
|---|
| Fields in snaq.db declared as ConnectionPool | |
|---|---|
protected ConnectionPool |
DBPoolDataSource.pool
ConnectionPool instance used to source connections. |
| Methods in snaq.db that return ConnectionPool | |
|---|---|
ConnectionPool |
ConnectionPoolEvent.getConnectionPool()
|
protected ConnectionPool |
CacheConnection.getPool()
Returns the ConnectionPool to which this CacheConnection belongs. |
ConnectionPool |
ConnectionPoolManager.getPool(String name)
Returns one of the ConnectionPool instances by name. |
| Methods in snaq.db that return types with arguments of type ConnectionPool | |
|---|---|
Collection<ConnectionPool> |
ConnectionPoolManager.getPools()
Returns all the current ConnectionPool instances maintained by this manager. |
| Constructors in snaq.db with parameters of type ConnectionPool | |
|---|---|
CacheConnection(ConnectionPool pool,
Connection con)
Creates a new CacheConnection object, using the supplied Connection. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||