Interface ConnectionProxy

    • Method Detail

      • getTargetConnection

        Connection getTargetConnection()
        Return the target Connection of this proxy.

        This will typically be the native driver Connection or a wrapper from a connection pool.

        Returns:
        the underlying Connection (never null)