Uses of Class
org.jooq.tools.jdbc.DefaultStatement
Packages that use DefaultStatement
Package
Description
This package contains compatibility classes to bridge between JDBC 4.0 and
JDBC 4.1.
-
Uses of DefaultStatement in org.jooq.tools.jdbc
Subclasses of DefaultStatement in org.jooq.tools.jdbcModifier and TypeClassDescriptionclassA batched statement.classA default JDBC CallableStatement implementation delegating all JDBC 4.0 calls to an internal delegate.classA default JDBC PreparedStatement implementation delegating all JDBC 4.0 calls to an internal delegate.class