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 classPGConnectionPoolDataSourcePostgreSQL implementation of ConnectionPoolDataSource.classPGPoolingDataSourceDeprecated.Since 42.0.0, instead of this class you should use a fully featured connection pool like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.classPGSimpleDataSourceSimple 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 voidBaseDataSource. initializeFrom(BaseDataSource source)protected java.lang.ObjectPGObjectFactory. 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 classConnectionPoolDeprecated.Please usePGConnectionPoolDataSourceclassPoolingDataSourceDeprecated.Since 42.0.0, seePGPoolingDataSourceclassSimpleDataSourceDeprecated.Please usePGSimpleDataSource -
Uses of BaseDataSource in org.postgresql.jdbc3
Subclasses of BaseDataSource in org.postgresql.jdbc3 Modifier and Type Class Description classJdbc3ConnectionPoolDeprecated.Please usePGConnectionPoolDataSourceclassJdbc3PoolingDataSourceDeprecated.Since 42.0.0, seePGPoolingDataSourceclassJdbc3SimpleDataSourceDeprecated.Please usePGSimpleDataSource -
Uses of BaseDataSource in org.postgresql.xa
Subclasses of BaseDataSource in org.postgresql.xa Modifier and Type Class Description classPGXADataSourceXA-enabled DataSource implementation.
-