Package | Description |
---|---|
org.postgresql.ds | |
org.postgresql.ds.common | |
org.postgresql.jdbc2.optional | |
org.postgresql.jdbc3 | |
org.postgresql.xa |
Modifier and Type | Class and Description |
---|---|
class |
PGConnectionPoolDataSource
PostgreSQL implementation of ConnectionPoolDataSource.
|
class |
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 |
PGSimpleDataSource
Simple DataSource which does not perform connection pooling.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseDataSource.initializeFrom(BaseDataSource source) |
protected Object |
PGObjectFactory.loadBaseDataSource(BaseDataSource ds,
Reference ref) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPool
Deprecated.
Please use
PGConnectionPoolDataSource |
class |
PoolingDataSource
Deprecated.
Since 42.0.0, see
PGPoolingDataSource |
class |
SimpleDataSource
Deprecated.
Please use
PGSimpleDataSource |
Modifier and Type | Class and Description |
---|---|
class |
Jdbc3ConnectionPool
Deprecated.
Please use
PGConnectionPoolDataSource |
class |
Jdbc3PoolingDataSource
Deprecated.
Since 42.0.0, see
PGPoolingDataSource |
class |
Jdbc3SimpleDataSource
Deprecated.
Please use
PGSimpleDataSource |
Modifier and Type | Class and Description |
---|---|
class |
PGXADataSource
XA-enabled DataSource implementation.
|
Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.