Uses of Class
org.postgresql.ds.common.BaseDataSource
-
Packages that use BaseDataSource Package Description org.postgresql.ds org.postgresql.ds.common org.postgresql.jdbc2.optional org.postgresql.jdbc3 org.postgresql.xa -
-
Uses of BaseDataSource in org.postgresql.ds
Subclasses of BaseDataSource in org.postgresql.ds Modifier and Type Class Description class
PGConnectionPoolDataSource
PostgreSQL implementation of ConnectionPoolDataSource.class
PGPoolingDataSource
DataSource which uses connection pooling.class
PGSimpleDataSource
Simple DataSource which does not perform connection pooling. -
Uses of BaseDataSource in org.postgresql.ds.common
Methods in org.postgresql.ds.common with parameters of type BaseDataSource Modifier and Type Method Description void
BaseDataSource. initializeFrom(BaseDataSource source)
protected java.lang.Object
PGObjectFactory. loadBaseDataSource(BaseDataSource ds, javax.naming.Reference ref)
-
Uses of BaseDataSource in org.postgresql.jdbc2.optional
Subclasses of BaseDataSource in org.postgresql.jdbc2.optional Modifier and Type Class Description class
ConnectionPool
class
PoolingDataSource
class
SimpleDataSource
-
Uses of BaseDataSource in org.postgresql.jdbc3
Subclasses of BaseDataSource in org.postgresql.jdbc3 Modifier and Type Class Description class
Jdbc3ConnectionPool
class
Jdbc3PoolingDataSource
class
Jdbc3SimpleDataSource
-
Uses of BaseDataSource in org.postgresql.xa
Subclasses of BaseDataSource in org.postgresql.xa Modifier and Type Class Description class
PGXADataSource
XA-enabled DataSource implementation.
-