Interface | Description |
---|---|
PgBuilder |
Entry point for building PostgreSQL clients.
|
PgConnection |
A connection to Postgres.
|
PgPool | Deprecated |
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 © 2024 Eclipse. All rights reserved.