| Interface | Description |
|---|---|
| ConnectionPool.IPoolEvent |
Pool event, add listeners using
|
| IDatabaseEventListener |
Gets called on database-connection related events.
|
| IPoolMessageHandler |
Created on Oct 18, 2003
|
| IPrinter |
Helps with reporting state.
|
| IStatisticsListener |
Listener for statistic database events.
|
| StatisticsRequestListener.UnclosedListener |
| Class | Description |
|---|---|
| CallableStatementProxy |
Encapsulates a java.sql.CallableStatement for NEMA purposes.
|
| ConnectionPool |
Working
|
| ConnectionPool.ErrorEntry | |
| ConnectionProxy |
This "implements" Connection, and is a proxy to the actual
connection maintained in ConnectionPoolEntry.
|
| DataSourceImpl |
Pooled or unpooled datasource implementation using a connection pool.
|
| DbPoolUtil | |
| DbPoolUtil.HostAndPort |
Host and port POJO.
|
| PoolConfig |
Contains all configurable parameters for a pool that are static after it's configuration.
|
| PoolConfig.Template | |
| PoolConfigSource |
Some thingy that can retrieve pool parameters.
|
| PoolManager |
Root of the database pool manager code.
|
| PoolResourceFactory |
Object factory for the database pool.
|
| PoolStats |
PIT copy of pool statistics.
|
| PreparedStatementProxy |
Encapsulates a java.sql.PreparedStatement for NEMA purposes.
|
| PropertiesSource | |
| ResultSetProxy | |
| StatementProxy |
Encapsulates a java.sql.Statement for NEMA purposes.
|
| StatisticsRequestListener |
This listener can be used to collect statistics for the database pool
when to.etc.dbpool's pool manager is used.
|
| StringPrinter | |
| Tracepoint |
This contains a stack trace location.
|
| UnpooledDataSourceImpl | |
| XmlSource |
| Enum | Description |
|---|---|
| ConnState | |
| DbType | |
| ScanMode | |
| StmtType |
| Exception | Description |
|---|---|
| BetterSQLException |
Created on Jul 8, 2003
|
| InvalidProxyException |
Copyright © 2017 etc.to. All rights reserved.