| Class | Description |
|---|---|
| AbstractBlobClob |
This class holds all of the methods common to both Blobs and Clobs.
|
| BatchResultHandler |
Internal class, it is not a part of public API.
|
| EscapedFunctions |
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 | |
| PgClob | |
| PgConnection | |
| PgDatabaseMetaData | |
| PgParameterMetaData | |
| PgResultSet | |
| PgResultSetMetaData | |
| PgSQLXML | |
| PgStatement | |
| PSQLSavepoint | |
| ResultWrapper |
Helper class that storing result info.
|
| TimestampUtils |
Misc utils for handling time and date values.
|
| TypeInfoCache | |
| UUIDArrayAssistant |
| Enum | Description |
|---|---|
| AutoSave | |
| PreferQueryMode |
Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only),
extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.
|
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.