public interface PostgresqlBatch
extends io.r2dbc.spi.Batch
Batch for executing a collection of statements in a batch against a PostgreSQL database.| Modifier and Type | Method and Description |
|---|---|
PostgresqlBatch |
add(String sql) |
Flux<PostgresqlResult> |
execute() |
PostgresqlBatch add(String sql)
add in interface io.r2dbc.spi.BatchFlux<PostgresqlResult> execute()
execute in interface io.r2dbc.spi.BatchCopyright © 2024. All rights reserved.