Package | Description |
---|---|
com.hfg.sql.jdbc |
JDBC4-compatible classes for database access.
|
com.hfg.sql.jdbc.postgresql |
Modifier and Type | Method and Description |
---|---|
JDBCConnectionPool |
JDBCConnectionPool.addIgnorableBorrowerClass(Class inValue)
Specifies a class to be ignored when tracking connection lending.
|
abstract JDBCConnectionPool |
RDBMS.establishConnectionPool(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials,
JDBCConnectionPoolSettings inPoolSettings) |
JDBCConnectionPool |
JDBCServer.establishConnectionPool(String inDatabaseName,
LoginCredentials inCredentials,
JDBCConnectionPoolSettings inPoolSettings) |
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLConnectionPool
A connection pool implementation for PostgreSQL databases.
|
jataylor@hairyfatguy.com