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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionio.r2dbc.spi.Batchorg.reactivestreams.Publisher<? extends io.r2dbc.spi.Result>execute()io.r2dbc.spi.Batch
- 
Constructor Details- 
LoggingBatchpublic LoggingBatch(io.r2dbc.spi.Batch delegate) 
 
- 
- 
Method Details- 
getDelegatepublic io.r2dbc.spi.Batch getDelegate()
- 
add- Specified by:
- addin interface- io.r2dbc.spi.Batch
 
- 
executepublic org.reactivestreams.Publisher<? extends io.r2dbc.spi.Result> execute()- Specified by:
- executein interface- io.r2dbc.spi.Batch
 
 
-