Module org.jooq
Package org.jooq.tools.jdbc
package org.jooq.tools.jdbc
This package contains compatibility classes to bridge between JDBC 4.0 and
JDBC 4.1.
-
InterfaceDescriptionMockCallable<T>An
FunctionalInterface
that wraps mockable code.A data provider for mock query executions.AnFunctionalInterface
that wraps mockable code. -
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.Various utilities related to
MockDataProvider
.MockArray<T>A mockArray
.A mock configuration.A mock connection.A mock connection provider.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.A mock statement.ADataSource
that wraps a single connection, preventing its closing when it is obtained from this data source.