| Package | Description |
|---|---|
| io.r2dbc.postgresql |
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
|
| io.r2dbc.postgresql.api |
R2DBC driver API with Postgres-specific extensions.
|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| io.r2dbc.postgresql.extension |
Extension points for the Postgres driver.
|
| Class and Description |
|---|
| PostgresqlConnection
A
Connection for connecting to a PostgreSQL database. |
| PostgresqlReplicationConnection
A PostgreSQL replication connection.
|
| Class and Description |
|---|
| CopyInBuilder
Interface specifying a builder contract to configure a
COPY FROM STDIN operation. |
| ErrorDetails
Error details.
|
| Notification
Postgres notification received via
LISTEN. |
PostgresqlBatch
Batch for executing a collection of statements in a batch against a PostgreSQL database. |
| PostgresqlConnectionMetadata
Connection metadata for a connection connected to a PostgreSQL database.
|
| PostgresqlResult
A
Result representing the results of a query against 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. |
| Class and Description |
|---|
| PostgresqlConnection
A
Connection for connecting to a PostgreSQL database. |
| Class and Description |
|---|
| PostgresqlConnection
A
Connection for connecting to a PostgreSQL database. |
Copyright © 2024. All rights reserved.