java.lang.Object
org.jooq.tools.r2dbc.LoggingBatch
- All Implemented Interfaces:
 io.r2dbc.spi.Batch
An R2DBC 
Batch proxy that logs all statements that are prepared
 or executed using it.- Author:
 - Lukas Eder
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionio.r2dbc.spi.Batchorg.reactivestreams.Publisher<? extends io.r2dbc.spi.Result> execute()io.r2dbc.spi.Batch 
- 
Constructor Details
- 
LoggingBatch
public LoggingBatch(io.r2dbc.spi.Batch delegate)  
 - 
 - 
Method Details
- 
getDelegate
public io.r2dbc.spi.Batch getDelegate() - 
add
- Specified by:
 addin interfaceio.r2dbc.spi.Batch
 - 
execute
public org.reactivestreams.Publisher<? extends io.r2dbc.spi.Result> execute()- Specified by:
 executein interfaceio.r2dbc.spi.Batch
 
 -