Package | Description |
---|---|
com.hfg.sql.jdbc |
JDBC4-compatible classes for database access.
|
com.hfg.sql.jdbc.postgresql |
Modifier and Type | Method and Description |
---|---|
protected abstract JDBCConnection |
JDBCConnectionPool.createConnection() |
JDBCConnection |
JDBCConnectionPool.getConnection() |
protected JDBCConnection |
JDBCConnectionPool.getPoolConnection(StackTraceElement inBorrower) |
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLConnection
Represents a PostgreSQL database connection.
|
jataylor@hairyfatguy.com