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
DataSource which uses connection pooling.
|
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 |
class |
PoolingDataSource |
class |
SimpleDataSource |
Modifier and Type | Class and Description |
---|---|
class |
Jdbc3ConnectionPool |
class |
Jdbc3PoolingDataSource |
class |
Jdbc3SimpleDataSource |
Modifier and Type | Class and Description |
---|---|
class |
PGXADataSource
XA-enabled DataSource implementation.
|
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.