Interface | Description |
---|---|
org.postgresql.PGRefCursorResultSet |
As of 8.0, this interface is only present for backwards- compatibility purposes. New
code should call getString() on the ResultSet that contains the refcursor to obtain
the underlying cursor name.
|
Class | Description |
---|---|
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.ConnectionPool |
Please use
PGConnectionPoolDataSource |
org.postgresql.jdbc2.optional.PoolingDataSource |
Since 42.0.0, see
PGPoolingDataSource |
org.postgresql.jdbc2.optional.SimpleDataSource |
Please use
PGSimpleDataSource |
org.postgresql.jdbc3.Jdbc3ConnectionPool |
Please use
PGConnectionPoolDataSource |
org.postgresql.jdbc3.Jdbc3PoolingDataSource |
Since 42.0.0, see
PGPoolingDataSource |
org.postgresql.jdbc3.Jdbc3SimpleDataSource |
Please use
PGSimpleDataSource |
Field | Description |
---|---|
org.postgresql.core.QueryExecutor.QUERY_DISALLOW_BATCHING |
in PgJDBC 9.4 as we now auto-size batches.
|
Constructor | Description |
---|---|
org.postgresql.core.PGStream(SocketFactory, HostSpec) |
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.