Uses of Package
org.postgresql.core
Packages that use org.postgresql.core
Package
Description
-
Classes in org.postgresql.core used by org.postgresql.copy
-
Classes in org.postgresql.core used by org.postgresql.coreClassDescriptionStores information on the parsed JDBC query.Representation of a particular character encoding.In certain cases the encoding is not known for sure (e.g.Contains parse flags from
Parser.modifyJdbcCall(String, boolean, int, int, EscapeSyntaxCallMode)
.Represents a query that is ready for execution by backend.Abstraction of a list of parameters to be substituted into a Query.Wrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.Abstracts the protocol-specific details of executing a query.The action performs connection cleanup, so it is properly terminated from the backend point of view.Abstracts the protocol-specific details of physic and logic replication.Abstraction of a cursor over a returned resultset.Callback interface for passing query results from the protocol-specific layer to the protocol-independent JDBC implementation code.Enumeration for PostgreSQL versions.Data Modification Language inspection support.Type information inspection support.Class representing a row in aResultSet
. -
Classes in org.postgresql.core used by org.postgresql.core.v3ClassDescriptionHandles protocol-specific connection setup.Represents a query that is ready for execution by backend.Abstraction of a list of parameters to be substituted into a Query.Wrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.Abstracts the protocol-specific details of executing a query.Abstracts the protocol-specific details of physic and logic replication.Abstraction of a cursor over a returned resultset.Callback interface for passing query results from the protocol-specific layer to the protocol-independent JDBC implementation code.
-
Classes in org.postgresql.core used by org.postgresql.core.v3.adaptivefetchClassDescriptionAbstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.
-
Classes in org.postgresql.core used by org.postgresql.core.v3.replicationClassDescriptionWrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).Abstracts the protocol-specific details of executing a query.Abstracts the protocol-specific details of physic and logic replication.
-
Classes in org.postgresql.core used by org.postgresql.fastpath
-
Classes in org.postgresql.core used by org.postgresql.gssClassDescriptionWrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).
-
Classes in org.postgresql.core used by org.postgresql.jdbcClassDescriptionDriver-internal connection interface.Driver-internal statement interface.Stores information on the parsed JDBC query.Representation of a particular character encoding.Abstraction of a list of parameters to be substituted into a Query.Represents a provider of results.Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.Abstracts the protocol-specific details of executing a query.Abstracts the protocol-specific details of physic and logic replication.Abstraction of a cursor over a returned resultset.Callback interface for passing query results from the protocol-specific layer to the protocol-independent JDBC implementation code.Empty implementation of
ResultHandler
interface.Class representing a row in aResultSet
. -
Classes in org.postgresql.core used by org.postgresql.jre7.saslClassDescriptionWrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).
-
Classes in org.postgresql.core used by org.postgresql.largeobject
-
Classes in org.postgresql.core used by org.postgresql.replication
-
Classes in org.postgresql.core used by org.postgresql.replication.fluent
-
Classes in org.postgresql.core used by org.postgresql.replication.fluent.logical
-
Classes in org.postgresql.core used by org.postgresql.replication.fluent.physical
-
Classes in org.postgresql.core used by org.postgresql.sslClassDescriptionWrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).
-
Classes in org.postgresql.core used by org.postgresql.utilClassDescriptionRepresentation of a particular character encoding.In certain cases the encoding is not known for sure (e.g.
-
Classes in org.postgresql.core used by org.postgresql.xa