| Package | Description |
|---|---|
| io.r2dbc.postgresql.api |
R2DBC driver API with Postgres-specific extensions.
|
| Modifier and Type | Method and Description |
|---|---|
PostgresqlResult |
PostgresqlResult.filter(Predicate<io.r2dbc.spi.Result.Segment> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Flux<PostgresqlResult> |
PostgresqlBatch.execute() |
Flux<PostgresqlResult> |
PostgresqlStatement.execute() |
Mono<PostgresqlResult> |
RefCursor.fetch()
Fetch the contents of the cursor using
FETCH ALL IN. |
Copyright © 2024. All rights reserved.