public interface MySqlBatch
extends io.r2dbc.spi.Batch
Batch for executing a collection of statements in a batch against a MySQL database.| Modifier and Type | Method and Description |
|---|---|
MySqlBatch |
add(String sql) |
Flux<? extends MySqlResult> |
execute() |
MySqlBatch add(String sql)
add in interface io.r2dbc.spi.Batchsql - the statement to addthisIllegalArgumentException - if sql is nullFlux<? extends MySqlResult> execute()
execute in interface io.r2dbc.spi.BatchMySqlResults of executing the batchCopyright © 2018–2024 asyncer.io. All rights reserved.