Uses of Class
org.postgresql.ds.common.BaseDataSource
Packages that use BaseDataSource
Package
Description
-
Uses of BaseDataSource in org.postgresql.ds
Subclasses of BaseDataSource in org.postgresql.dsModifier and TypeClassDescriptionclass
PostgreSQL implementation of ConnectionPoolDataSource.class
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
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 BaseDataSourceModifier and TypeMethodDescriptionvoid
BaseDataSource.initializeFrom
(BaseDataSource source) protected Object
PGObjectFactory.loadBaseDataSource
(BaseDataSource ds, Reference ref) -
Uses of BaseDataSource in org.postgresql.jdbc2.optional
Subclasses of BaseDataSource in org.postgresql.jdbc2.optionalModifier and TypeClassDescriptionclass
Deprecated.Please usePGConnectionPoolDataSource
class
Deprecated.Since 42.0.0, seePGPoolingDataSource
class
Deprecated.Please usePGSimpleDataSource
-
Uses of BaseDataSource in org.postgresql.jdbc3
Subclasses of BaseDataSource in org.postgresql.jdbc3Modifier and TypeClassDescriptionclass
Deprecated.Please usePGConnectionPoolDataSource
class
Deprecated.Since 42.0.0, seePGPoolingDataSource
class
Deprecated.Please usePGSimpleDataSource
-
Uses of BaseDataSource in org.postgresql.xa
Subclasses of BaseDataSource in org.postgresql.xa