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.Batch
Flux<PostgresqlResult> execute()
execute
in interface io.r2dbc.spi.Batch
Copyright © 2020. All rights reserved.