| Package | Description |
|---|---|
| com.dpslink.base.jdbc |
Product-neutral classes for database connections; such as for executing SQL and retrieving database metadata.
|
| Modifier and Type | Field and Description |
|---|---|
private JDBCConnectionPool |
JDBCConnectionInfo.ivPool
The connection pool this object belongs to.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Hashtable<java.lang.String,JDBCConnectionPool> |
JDBCPoolManager.cvPools
The connection pools for the
JDBCPoolManager. |
| Modifier and Type | Method and Description |
|---|---|
JDBCConnectionPool |
JDBCConnectionInfo.getConnectionPool()
Returns the information object's JDBC connection pool.
|
| Constructor and Description |
|---|
JDBCConnectionInfo(JDBCConnectionPool pool,
java.sql.Connection conn)
Constructs a new
JDBCConnectionInfo object. |