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.jdbc2   
org.postgresql.jdbc3   
org.postgresql.jdbc3g   
org.postgresql.jdbc4   
org.postgresql.largeobject   
org.postgresql.ssl   
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
           
Logger
          Poor man's logging infrastructure.
ParameterList
          Abstraction of a list of parameters to be substituted into a Query.
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.
TypeInfo
           
 

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.jdbc2
BaseConnection
          Driver-internal connection interface.
BaseResultSet
          Driver-internal resultset 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
           
 

Classes in org.postgresql.core used by org.postgresql.jdbc3
BaseConnection
          Driver-internal connection interface.
BaseResultSet
          Driver-internal resultset interface.
BaseStatement
          Driver-internal statement interface.
Field
           
Query
          Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.
ResultCursor
          Abstraction of a cursor over a returned resultset.
 

Classes in org.postgresql.core used by org.postgresql.jdbc3g
BaseConnection
          Driver-internal connection interface.
BaseResultSet
          Driver-internal resultset interface.
BaseStatement
          Driver-internal statement interface.
Field
           
Query
          Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.
ResultCursor
          Abstraction of a cursor over a returned resultset.
 

Classes in org.postgresql.core used by org.postgresql.jdbc4
BaseConnection
          Driver-internal connection interface.
BaseResultSet
          Driver-internal resultset interface.
Field
           
 

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.xa
BaseConnection
          Driver-internal connection interface.
 



Copyright © 2013. All Rights Reserved.