public interface RxBatch
extends io.r2dbc.spi.Batch
Modifier and Type | Method and Description |
---|---|
RxBatch |
add(java.lang.String sql) |
io.reactivex.Flowable<? extends RxResult> |
execute()
Executes one or more SQL statements and returns the
RxResult s. |
@NonNull io.reactivex.Flowable<? extends RxResult> execute()
RxResult
s.execute
in interface io.r2dbc.spi.Batch
RxResult
s, returned by each statement@NonNull RxBatch add(@NonNull java.lang.String sql)
add
in interface io.r2dbc.spi.Batch