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  
RxResults. | 
@NonNull io.reactivex.Flowable<? extends RxResult> execute()
RxResults.execute in interface io.r2dbc.spi.BatchRxResults, returned by each statement@NonNull RxBatch add(@NonNull java.lang.String sql)
add in interface io.r2dbc.spi.Batch