Module org.jooq

Package org.jooq.tools.r2dbc


package org.jooq.tools.r2dbc
R2DBC tooling.

This package contains

  • A DefaultConnection that implements all the API and delegates to another connection, useful as base class for other utilities
  • A LoggingConnection, which logs all statements that are executed by it
  • Classes
    Class
    Description
    A default R2DBC Connection implementation delegating all R2DBC calls to an internal getDelegate().
    A default R2DBC Statement implementation delegating all R2DBC calls to an internal getDelegate().
    An R2DBC Batch proxy that logs all statements that are prepared or executed using it.
    An R2DBC Connection proxy that logs all statements that are prepared or executed using it.
    An R2DBC Statement proxy that logs all statements that are prepared or executed using it.