Uses of Package
org.postgresql.core
-
Classes in org.postgresql.core used by org.postgresql.copy Class Description BaseConnection Driver-internal connection interface. -
Classes in org.postgresql.core used by org.postgresql.core Class Description CachedQuery Stores information on the parsed JDBC query.Encoding Representation of a particular character encoding.EncodingPredictor.DecodeResult In certain cases the encoding is not known for sure (e.g.Field JdbcCallParseInfo Contains parse flags fromParser.modifyJdbcCall(String, boolean, int, int)
.Keyword Reserved SQL keywords.Logger Poor man's logging infrastructure.NativeQuery Represents a query that is ready for execution by backend.ParameterList Abstraction of a list of parameters to be substituted into a Query.PGStream Wrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).Query Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.QueryExecutor Abstracts the protocol-specific details of executing a query.ResultCursor Abstraction of a cursor over a returned resultset.ResultHandler Callback interface for passing query results from the protocol-specific layer to the protocol-independent JDBC implementation code.ServerVersion Enumeration for PostgreSQL versions.SqlCommand Data Modification Language inspection support.SqlCommandType Type information inspection support.TransactionState TypeInfo Version -
Classes in org.postgresql.core used by org.postgresql.core.v3 Class Description ConnectionFactory Handles protocol-specific connection setup.Logger Poor man's logging infrastructure.NativeQuery Represents a query that is ready for execution by backend.ParameterList Abstraction of a list of parameters to be substituted into a Query.PGStream Wrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).Query Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.QueryExecutor Abstracts the protocol-specific details of executing a query.QueryExecutorBase ResultCursor Abstraction of a cursor over a returned resultset.ResultHandler 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.fastpath Class Description BaseConnection Driver-internal connection interface. -
Classes in org.postgresql.core used by org.postgresql.gss Class Description Logger Poor man's logging infrastructure.PGStream Wrapper 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.jdbc Class Description BaseConnection Driver-internal connection interface.BaseStatement Driver-internal statement interface.CachedQuery Stores information on the parsed JDBC query.Encoding Representation of a particular character encoding.Field Logger Poor man's logging infrastructure.ParameterList Abstraction of a list of parameters to be substituted into a Query.Query Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.QueryExecutor Abstracts the protocol-specific details of executing a query.ResultCursor Abstraction of a cursor over a returned resultset.ResultHandler Callback interface for passing query results from the protocol-specific layer to the protocol-independent JDBC implementation code.ResultHandlerBase Empty implementation ofResultHandler
interface.TransactionState TypeInfo Version -
Classes in org.postgresql.core used by org.postgresql.largeobject Class Description BaseConnection Driver-internal connection interface. -
Classes in org.postgresql.core used by org.postgresql.ssl Class Description Logger Poor man's logging infrastructure.PGStream Wrapper 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.sspi Class Description Logger Poor man's logging infrastructure.PGStream Wrapper 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.util Class Description Encoding Representation of a particular character encoding.EncodingPredictor.DecodeResult In certain cases the encoding is not known for sure (e.g.Logger Poor man's logging infrastructure. -
Classes in org.postgresql.core used by org.postgresql.xa Class Description BaseConnection Driver-internal connection interface.