See: Description
| Interface | Description |
|---|---|
| CopyInBuilder |
Interface specifying a builder contract to configure a
COPY FROM STDIN operation. |
| Notification |
Postgres notification received via
LISTEN. |
| PostgresqlBatch |
Batch for executing a collection of statements in a batch against a PostgreSQL database. |
| PostgresqlColumnMetadata |
ColumnMetadata for a PostgreSQL database. |
| PostgresqlConnection |
A
Connection for connecting to a PostgreSQL database. |
| PostgresqlConnectionMetadata |
Connection metadata for a connection connected to a PostgreSQL database.
|
| PostgresqlException |
Interface for Postgres-specific extension to
R2dbcException providing ErrorDetails. |
| PostgresqlReplicationConnection |
A PostgreSQL replication connection.
|
| PostgresqlResult |
A
Result representing the results of a query against a PostgreSQL database. |
| PostgresqlRow |
A
Row for a PostgreSQL database. |
| PostgresqlRowMetadata |
An
RowMetadata for a PostgreSQL database. |
| PostgresqlStatement |
A strongly typed implementation of
Statement for a PostgreSQL database. |
| PostgresTransactionDefinition |
TransactionDefinition for a PostgreSQL database. |
| RefCursor |
A ref cursor value object.
|
| Class | Description |
|---|---|
| ErrorDetails |
Error details.
|
Copyright © 2023. All rights reserved.