Interface CalciteAssert.PreparedStatementConsumer

  • Enclosing class:
    CalciteAssert

    public static interface CalciteAssert.PreparedStatementConsumer
    We want a consumer which can throw SqlException
    • Method Detail

      • accept

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