Interface SqlLoggable<T>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @Deprecated
    @FunctionalInterface
    public interface SqlLoggable<T>
    Deprecated.
    this class is not for end-user use and should not be in the public API.
    • Method Detail

      • invoke

        T invoke()
          throws java.sql.SQLException
        Deprecated.
        Throws:
        java.sql.SQLException