Uses of Package
org.postgresql.core
Packages that use org.postgresql.core
Package
Description
-
Classes in org.postgresql.core used by org.postgresql.copyClassDescriptionDriver-internal connection interface.Representation of a particular character encoding.Abstracts the protocol-specific details of executing a query.
-
Classes in org.postgresql.core used by org.postgresql.coreClassDescriptionProvides the canonicalization/interning of
String
instances which contain only ascii characters, keyed by thebyte[]
representation (in ascii).This class is used as a cache key for simple statements that have no "returning columns".Stores information on the parsed JDBC query.Creates an instance ofCachedQuery
for a given connection.Representation of a particular character encoding.In certain cases the encoding is not known for sure (e.g.Contains parse flags fromParser.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.Empty implementation ofResultHandler
interface.Enumeration for PostgreSQL versions.Data Modification Language inspection support.Type information inspection support.Class representing a row in aResultSet
.A faster version of BufferedInputStream. -
Classes in org.postgresql.core used by org.postgresql.core.v3ClassDescriptionParses
oid
androws
from aCommandComplete (B)
message (end of Execute).Handles 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.Data Modification Language inspection support. -
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.fastpathClassDescriptionDriver-internal connection interface.Abstraction of a list of parameters to be substituted into a Query.Abstracts the protocol-specific details of executing a query.
-
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.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