Module org.jooq

Class LoggingBatch

java.lang.Object
org.jooq.tools.r2dbc.LoggingBatch
All Implemented Interfaces:
io.r2dbc.spi.Batch

public class LoggingBatch extends Object implements io.r2dbc.spi.Batch
An R2DBC Batch proxy that logs all statements that are prepared or executed using it.
Author:
Lukas Eder
  • Constructor Details

    • LoggingBatch

      public LoggingBatch(io.r2dbc.spi.Batch delegate)
  • Method Details

    • getDelegate

      public io.r2dbc.spi.Batch getDelegate()
    • add

      public io.r2dbc.spi.Batch add(String sql)
      Specified by:
      add in interface io.r2dbc.spi.Batch
    • execute

      public org.reactivestreams.Publisher<? extends io.r2dbc.spi.Result> execute()
      Specified by:
      execute in interface io.r2dbc.spi.Batch