org.jooq.tools.jdbc package contains compatibility classes
to bridge between JDBC 4.0 and JDBC 4.1.See: Description
| Interface | Description |
|---|---|
| MockDataProvider |
A data provider for mock query executions.
|
| Class | Description |
|---|---|
| DefaultCallableStatement |
A default JDBC CallableStatement implementation delegating all JDBC 4.0 calls
to an internal delegate
|
| DefaultConnection |
A default JDBC Connection implementation delegating all JDBC 4.0 calls to an
internal delegate
|
| DefaultPreparedStatement |
A default JDBC PreparedStatement implementation delegating all JDBC 4.0 calls
to an internal delegate
|
| DefaultStatement |
A default JDBC Statement implementation delegating all JDBC 4.0 calls to an
internal delegate
|
| JDBC41Connection |
Add JDBC 4.1 API compliance to a JDBC 4.0
Connection
Extend this type if you want to compile Connection implementations on
both JDBC 4.0 (JDK 6) and 4.1 (JDK 7). |
| JDBC41ResultSet | |
| JDBC41Statement |
Add JDBC 4.1 API compliance to a JDBC 4.0
Statement. |
| JDBCUtils |
JDBC-related utility methods
|
| MockConnection |
A mock connection.
|
| MockExecuteContext |
A mock execution context.
|
| MockFileDatabase |
A file-based
MockDataProvider. |
| MockResult |
A mock result.
|
| MockResultSet |
A mock result set.
|
| MockResultSetMetaData |
A mock result set meta data object.
|
| MockStatement |
A mock statement.
|
org.jooq.tools.jdbc package contains compatibility classes
to bridge between JDBC 4.0 and JDBC 4.1.Copyright © 2013. All Rights Reserved.