Interface BaseStatement.StatementCustomizerInvocation

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

    @FunctionalInterface
    static interface BaseStatement.StatementCustomizerInvocation
    • Method Detail

      • call

        void call​(StatementCustomizer t)
           throws java.sql.SQLException
        Throws:
        java.sql.SQLException