Interface PreparedStatementManager

    • Method Detail

      • getExceptions

        Collection getExceptions()
        Return the exceptions encountered during all flushes.
      • flush

        void flush​(RowImpl row)
        Flush the given row.
      • flush

        void flush()
        This method must be called after the last row has been flushed, to flush any remaining statements.