Interface ConnectionWithSQLInterceptor

All Superinterfaces:
AutoCloseable, Connection, Wrapper

public interface ConnectionWithSQLInterceptor extends Connection
A Connection implementation that has a SQLInterceptor attached to it
  • Method Details

    • getNonNullSQLInterceptor

      SQLInterceptor getNonNullSQLInterceptor()
      Returns:
      the interceptor that was created and attached to this connection as it was handed out of a pool. It MUST be non null!