Interface ResultSetEnumerable.PreparedStatementEnricher

  • Enclosing class:
    ResultSetEnumerable<T>

    public static interface ResultSetEnumerable.PreparedStatementEnricher
    Consumer for decorating a PreparedStatement, that is, setting its parameters.
    • Method Detail

      • enrich

        void enrich​(java.sql.PreparedStatement statement)
             throws java.sql.SQLException
        Throws:
        java.sql.SQLException