Module org.jooq

Class LoggingConnection

All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class LoggingConnection extends DefaultConnection
A JDBC Connection proxy that logs all statements that are prepared or executed using it.
Author:
Lukas Eder