| AbstractBlobClob |
This class holds all of the methods common to both Blobs and Clobs.
|
| ArrayDecoding |
Utility for decoding arrays.
|
| ArrayDecoding.AbstractObjectArrayDecoder<A> |
|
| ArrayDecoding.AbstractObjectStringArrayDecoder<A> |
|
| ArrayDecoding.ArrayAssistantObjectArrayDecoder |
|
| ArrayDecoding.MappedTypeObjectArrayDecoder |
|
| ArrayDecoding.PgArrayList |
Array list implementation specific for storing PG array elements.
|
| ArrayEncoding |
Utility for using arrays in requests.
|
| ArrayEncoding.AbstractArrayEncoder<A> |
|
| ArrayEncoding.FixedSizePrimitiveArrayEncoder<A> |
Base support for primitive arrays.
|
| ArrayEncoding.NumberArrayEncoder<N extends java.lang.Number> |
Base class to provide support for Number based arrays.
|
| ArrayEncoding.RecursiveArrayEncoder |
|
| ArrayEncoding.TwoDimensionPrimitiveArrayEncoder<A> |
|
| BatchResultHandler |
Internal class, it is not a part of public API.
|
| BooleanTypeUtil |
Helper class to handle boolean type of PostgreSQL.
|
| CallableBatchResultHandler |
|
| EscapedFunctions |
Deprecated.
|
| EscapedFunctions2 |
This class stores supported escaped function.
|
| FieldMetadata |
This is an internal class to hold field metadata info like table name, column name, etc.
|
| FieldMetadata.Key |
|
| PgArray |
Array is used collect one column of query result data.
|
| PgBlob |
|
| PgCallableStatement |
|
| PgClob |
|
| PgConnection |
|
| PgConnectionCleaningAction |
This class segregates the minimal resources required for proper cleanup in case
the connection has not been closed by the user code.
|
| PgDatabaseMetaData |
|
| PgParameterMetaData |
|
| PgPreparedStatement |
|
| PgResultSet |
|
| PgResultSet.NullObject |
|
| PgResultSetMetaData |
|
| PgSQLXML |
|
| PgStatement |
|
| PSQLSavepoint |
|
| PSQLWarningWrapper |
Wrapper class for SQLWarnings that provides an optimisation to add
new warnings to the tail of the SQLWarning singly linked list, avoiding Θ(n) insertion time
of calling #setNextWarning on the head.
|
| QueryExecutorTimeZoneProvider |
|
| ResourceLock |
Extends a ReentrantLock for use in try-with-resources block.
|
| ResultWrapper |
Helper class that storing result info.
|
| StatementCancelTimerTask |
Timer task that sends statement.cancel() signal to support Statement.setQueryTimeout(int).
|
| TimestampUtils |
Misc utils for handling time and date values.
|
| TimestampUtils.ParsedBinaryTimestamp |
|
| TimestampUtils.ParsedTimestamp |
|
| TypeInfoCache |
|
| UUIDArrayAssistant |
|