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
-
ClassDescriptionA default R2DBC
Connection
implementation delegating all R2DBC calls to an internal getDelegate().A default R2DBCStatement
implementation delegating all R2DBC calls to an internal getDelegate().An R2DBCBatch
proxy that logs all statements that are prepared or executed using it.An R2DBCConnection
proxy that logs all statements that are prepared or executed using it.An R2DBCStatement
proxy that logs all statements that are prepared or executed using it.