Interface | Description |
---|---|
PgConnection |
A connection to Postgres.
|
PgPool |
A
pool of PostgreSQL connections . |
Class | Description |
---|---|
PgConnectOptions | |
PgConnectOptionsConverter |
Converter and mapper for
PgConnectOptions . |
PgNotice |
A notification emited by Postgres.
|
PgNoticeConverter |
Converter and mapper for
PgNotice . |
PgNotification |
A notification emited by Postgres.
|
PgNotificationConverter |
Converter and mapper for
PgNotification . |
Enum | Description |
---|---|
SslMode |
The different values for the sslmode parameter provide different levels of
protection.
|
Exception | Description |
---|---|
PgException |
PostgreSQL error including all fields
of the ErrorResponse message of the PostgreSQL frontend/backend protocol.
|
Copyright © 2023 Eclipse. All rights reserved.