Contents
-
Deprecated Interfaces
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.
-
Deprecated Classes
Since 42.0.0, instead of this class you should use a fully featured connection pool
like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
This API is somewhat obsolete, as one may achieve similar performance
and greater functionality by setting up a prepared statement to define
the function call. Then, executing the statement with binary transmission of parameters
and results substitutes for a fast-path function call.
This API is somewhat obsolete, as one may achieve similar performance
and greater functionality by setting up a prepared statement to define
the function call. Then, executing the statement with binary transmission of parameters
and results substitutes for a fast-path function call.
-
Deprecated Fields
in PgJDBC 9.4 as we now auto-size batches.
-
Deprecated Methods
This API is somewhat obsolete, as one may achieve similar performance
and greater functionality by setting up a prepared statement to define
the function call. Then, executing the statement with binary transmission of parameters
and results substitutes for a fast-path function call.
This API is somewhat obsolete, as one may achieve similar performance
and greater functionality by setting up a prepared statement to define
the function call. Then, executing the statement with binary transmission of parameters
and results substitutes for a fast-path function call.
Configure via java.util.logging
Configure via java.util.logging
Configure via java.util.logging
Configure via java.util.logging
Will be removed for avoiding a dependency to the java.desktop
module.
was used internally, and not used anymore
As of 8.0, replaced by
PGConnection.addDataType(String, Class)
. This deprecated method
does not work correctly for registering classes that cannot be directly loaded by
the JDBC driver's classloader.
This API is somewhat obsolete, as one may achieve similar performance
and greater functionality by setting up a prepared statement to define
the function call. Then, executing the statement with binary transmission of parameters
and results substitutes for a fast-path function call.
As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet
was obtained from.
use PgjdbcHostnameVerifier
-
Deprecated Enum Constants
we no longer use the terms master or slave in the driver, or the PostgreSQL
project.
Logging is configured via java.util.logging.
Logging is configured via java.util.logging.
use ..Factory(Properties)
constructor.