Uses of Class
org.jooq.tools.jdbc.JDBC41Statement
-
Packages that use JDBC41Statement Package Description org.jooq.tools.jdbc Theorg.jooq.tools.jdbc
package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of JDBC41Statement in org.jooq.tools.jdbc
Subclasses of JDBC41Statement in org.jooq.tools.jdbc Modifier and Type Class Description class
DefaultCallableStatement
A default JDBC CallableStatement implementation delegating all JDBC 4.0 calls to an internal delegate.class
DefaultPreparedStatement
A default JDBC PreparedStatement implementation delegating all JDBC 4.0 calls to an internal delegate.class
DefaultStatement
A default JDBC Statement implementation delegating all JDBC 4.0 calls to an internal delegate.class
LoggingStatement
class
MockStatement
A mock statement.
-