CachedQuery |
Stores information on the parsed JDBC query.
|
CommandCompleteParser |
Parses oid and rows from a CommandComplete (B) message (end of Execute).
|
ConnectionFactory |
Handles protocol-specific connection setup.
|
Encoding |
Representation of a particular character encoding.
|
EncodingPredictor |
Predicts encoding for error messages based on some heuristics.
|
EncodingPredictor.DecodeResult |
In certain cases the encoding is not known for sure (e.g.
|
Field |
|
FixedLengthOutputStream |
A stream that refuses to write more than a maximum number of bytes.
|
JdbcCallParseInfo |
|
NativeQuery |
Represents a query that is ready for execution by backend.
|
Notification |
|
Oid |
Provides constants for well-known backend OIDs for the types we commonly use.
|
Parser |
Basic query parser infrastructure.
|
PGStream |
Wrapper around the raw connection to the server that implements some basic primitives
(reading/writing formatted data, doing string encoding, etc).
|
QueryExecutorBase |
|
ResultHandlerBase |
|
ResultHandlerDelegate |
Internal to the driver class, please do not use in the application.
|
SetupQueryRunner |
Poor man's Statement & ResultSet, used for initial queries while we're still initializing the
system.
|
SocketFactoryFactory |
|
SqlCommand |
Data Modification Language inspection support.
|
Tuple |
Class representing a row in a ResultSet .
|
Utils |
Collection of utilities used by the protocol-level code.
|
VisibleBufferedInputStream |
A faster version of BufferedInputStream.
|