Interface AbstractSqlRepositoryOperations.StatementSupplier<PS>

  • Type Parameters:
    PS - The prepared statement type
    Enclosing class:
    AbstractSqlRepositoryOperations<RS,​PS,​Exc extends java.lang.Exception>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    protected static interface AbstractSqlRepositoryOperations.StatementSupplier<PS>
    Functional interface used to supply a statement.
    • Method Detail

      • create

        PS create​(java.lang.String ps)
           throws java.lang.Exception
        Throws:
        java.lang.Exception