org.jooq.tools.r2dbc.package-info Maven / Gradle / Ivy
The newest version!
/**
* R2DBC tooling.
*
* This package contains
*
* - A {@link org.jooq.tools.r2dbc.DefaultConnection} that implements all the
* API and delegates to another connection, useful as base class for other
* utilities
* - A {@link org.jooq.tools.r2dbc.LoggingConnection}, which logs all
* statements that are executed by it
*
*/
package org.jooq.tools.r2dbc;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy