Class and Description |
---|
org.postgresql.jdbc2.optional.ConnectionPool
Please use
PGConnectionPoolDataSource |
org.postgresql.jdbc.EscapedFunctions |
org.postgresql.jdbc3.Jdbc3ConnectionPool
Please use
PGConnectionPoolDataSource |
org.postgresql.jdbc3.Jdbc3PoolingDataSource
Since 42.0.0, see
PGPoolingDataSource |
org.postgresql.jdbc3.Jdbc3SimpleDataSource
Please use
PGSimpleDataSource |
org.postgresql.ssl.jdbc4.LibPQFactory
prefer
LibPQFactory |
org.postgresql.ds.PGPoolingDataSource
Since 42.0.0, instead of this class you should use a fully featured connection pool
like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
|
org.postgresql.jdbc2.optional.PoolingDataSource
Since 42.0.0, see
PGPoolingDataSource |
org.postgresql.jdbc2.optional.SimpleDataSource
Please use
PGSimpleDataSource |
Field and Description |
---|
org.postgresql.core.QueryExecutor.QUERY_DISALLOW_BATCHING
in PgJDBC 9.4 as we now auto-size batches.
|
Constructor and Description |
---|
org.postgresql.ssl.jdbc4.LibPQFactory(Properties)
prefer
LibPQFactory |
org.postgresql.core.PGStream(SocketFactory, HostSpec) |
org.postgresql.core.PGStream(SocketFactory, HostSpec, int) |
Enum Constant and Description |
---|
org.postgresql.PGProperty.GROUP_STARTUP_PARAMETERS
since we can send the startup parameters as a multistatment transaction
|
org.postgresql.PGProperty.LOGGER_FILE
Logging is configured via java.util.logging.
|
org.postgresql.PGProperty.LOGGER_LEVEL
Logging is configured via java.util.logging.
|
org.postgresql.hostchooser.HostRequirement.master
we no longer use the terms master or slave in the driver, or the PostgreSQL
project.
|
Copyright © 2025 PostgreSQL Global Development Group. All rights reserved.