Module org.jooq

Package org.jooq.tools.jdbc


package org.jooq.tools.jdbc
JDBC tooling.

This package contains

  • Compatibility classes to bridge between JDBC 4.0, 4.1, 4.2, 4.3 (see JDBC41Connection)
  • The BatchedConnection that allows for batching statements transparently on a JDBC level
  • A DefaultConnection that implements all the API and delegates to another connection, useful as base class for other utilities
  • A MockConnection, which mocks the JDBC API based on fixed data
  • A LoggingConnection, which logs all statements that are executed by it