Uses of Package
org.postgresql.core

Packages that use org.postgresql.core
org.postgresql.copy   
org.postgresql.core   
org.postgresql.core.v2   
org.postgresql.fastpath   
org.postgresql.gss   
org.postgresql.jdbc   
org.postgresql.largeobject   
org.postgresql.ssl   
org.postgresql.sspi   
org.postgresql.util   
org.postgresql.xa   
 

Classes in org.postgresql.core used by org.postgresql.copy
BaseConnection
          Driver-internal connection interface.
 

Classes in org.postgresql.core used by org.postgresql.core
Encoding
          Representation of a particular character encoding.
Field
           
JdbcCallParseInfo
          Contains parse flags from Parser.modifyJdbcCall(String, boolean, int, int).
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).
ProtocolConnection
          Provides access to protocol-level connection operations.
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.
TypeInfo
           
Version
           
 

Classes in org.postgresql.core used by org.postgresql.core.v2
ConnectionFactory
          Handles protocol-specific connection setup.
Logger
          Poor man's logging infrastructure.
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).
ProtocolConnection
          Provides access to protocol-level connection operations.
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.
 

Classes in org.postgresql.core used by org.postgresql.fastpath
BaseConnection
          Driver-internal connection interface.
 

Classes in org.postgresql.core used by org.postgresql.gss
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
BaseConnection
          Driver-internal connection interface.
BaseStatement
          Driver-internal statement interface.
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.
TypeInfo
           
Version
           
 

Classes in org.postgresql.core used by org.postgresql.largeobject
BaseConnection
          Driver-internal connection interface.
 

Classes in org.postgresql.core used by org.postgresql.ssl
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
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
Encoding
          Representation of a particular character encoding.
Logger
          Poor man's logging infrastructure.
 

Classes in org.postgresql.core used by org.postgresql.xa
BaseConnection
          Driver-internal connection interface.
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.