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
-
Method Summary
Modifier and TypeMethodDescriptionio.r2dbc.spi.Batch
org.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:
add
in interfaceio.r2dbc.spi.Batch
-
execute
public org.reactivestreams.Publisher<? extends io.r2dbc.spi.Result> execute()- Specified by:
execute
in interfaceio.r2dbc.spi.Batch
-