org.jooq.tools.jdbc package contains compatibility classes
to bridge between JDBC 4.0 and JDBC 4.1See: Description
| Class | Description |
|---|---|
| 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. |
org.jooq.tools.jdbc package contains compatibility classes
to bridge between JDBC 4.0 and JDBC 4.1Copyright © 2013. All Rights Reserved.