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
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. -
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
Deprecated.Please usePGConnectionPoolDataSource
class
PoolingDataSource
Deprecated.Since 42.0.0, seePGPoolingDataSource
class
SimpleDataSource
Deprecated.Please usePGSimpleDataSource
-
Uses of BaseDataSource in org.postgresql.jdbc3
Subclasses of BaseDataSource in org.postgresql.jdbc3 Modifier and Type Class Description class
Jdbc3ConnectionPool
Deprecated.Please usePGConnectionPoolDataSource
class
Jdbc3PoolingDataSource
Deprecated.Since 42.0.0, seePGPoolingDataSource
class
Jdbc3SimpleDataSource
Deprecated.Please usePGSimpleDataSource
-
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.
-