Uses of Class
org.jooq.tools.jdbc.BatchedConnection
-
Packages that use BatchedConnection Package Description org.jooq.tools.jdbc This package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of BatchedConnection in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return BatchedConnection Modifier and Type Method Description BatchedConnection
BatchedPreparedStatement. getBatchedConnection()
Constructors in org.jooq.tools.jdbc with parameters of type BatchedConnection Constructor Description BatchedPreparedStatement(String sql, BatchedConnection connection, PreparedStatement delegate)
-