Module org.jooq
Package org.jooq.tools.jdbc
package org.jooq.tools.jdbc
JDBC tooling.
This package contains
- Compatibility classes to bridge between JDBC 4.0, 4.1, 4.2, 4.3 (see
JDBC41Connection
) - The
BatchedConnection
that allows for batching statements transparently on a JDBC level - A
DefaultConnection
that implements all the API and delegates to another connection, useful as base class for other utilities - A
MockConnection
, which mocks the JDBC API based on fixed data - A
LoggingConnection
, which logs all statements that are executed by it
-
ClassDescriptionA batching connection.A batched statement.A default JDBC CallableStatement implementation delegating all JDBC 4.0 calls to an internal delegate.A default JDBC Connection implementation delegating all JDBC 4.0 calls to an internal delegate.A default JDBC PreparedStatement implementation delegating all JDBC 4.0 calls to an internal delegate.A default JDBC ResultSet implementation delegating all JDBC 4.0 calls to an internal delegate.A default JDBC Statement implementation delegating all JDBC 4.0 calls to an internal delegate.Deprecated.- 3.15.0 - [#11618] - This type is no longer used by jOOQ and will be removed in the future.Deprecated.- 3.15.0 - [#11618] - This type is no longer used by jOOQ and will be removed in the future.Deprecated.- 3.15.0 - [#11618] - This type is no longer used by jOOQ and will be removed in the future.JDBC-related utility methods.A JDBC
Connection
proxy that logs all statements that are prepared or executed using it.Various utilities related toMockDataProvider
.MockArray<T>A mockArray
.MockCallable<T>AnFunctionalInterface
that wraps mockable code.A mock configuration.A mock connection.A mock connection provider.A data provider for mock query executions.A mock execution context.A file-basedMockDataProvider
.A configuration object for theMockFileDatabase
.A mock result.A mock result set.A mock result set meta data object.AnFunctionalInterface
that wraps mockable code.A mock statement.ADataSource
that wraps a single connection, preventing its closing when it is obtained from this data source.