Module org.jooq

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