| Package | Description |
|---|---|
| org.postgresql.ds | |
| org.postgresql.jdbc2.optional | |
| org.postgresql.jdbc3 | |
| org.postgresql.xa |
| Class and Description |
|---|
| PGConnectionPoolDataSource
PostgreSQL implementation of ConnectionPoolDataSource.
|
| PGPooledConnection.ConnectionHandler
Instead of declaring a class implementing Connection, which would have to be updated for every
JDK rev, use a dynamic proxy to handle all calls through the Connection interface.
|
| PGPoolingDataSource
Deprecated.
Since 42.0.0, instead of this class you should use a fully featured connection pool
like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
|
| Class and Description |
|---|
| PGConnectionPoolDataSource
PostgreSQL implementation of ConnectionPoolDataSource.
|
| PGPoolingDataSource
Deprecated.
Since 42.0.0, instead of this class you should use a fully featured connection pool
like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
|
| PGSimpleDataSource
Simple DataSource which does not perform connection pooling.
|
| Class and Description |
|---|
| PGConnectionPoolDataSource
PostgreSQL implementation of ConnectionPoolDataSource.
|
| PGPoolingDataSource
Deprecated.
Since 42.0.0, instead of this class you should use a fully featured connection pool
like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
|
| PGSimpleDataSource
Simple DataSource which does not perform connection pooling.
|
| Class and Description |
|---|
| PGPooledConnection
PostgreSQL implementation of the PooledConnection interface.
|