Interface PreparedStatementManager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void flush()
      This method must be called after the last row has been flushed, to flush any remaining statements.
      void flush​(RowImpl row)
      Flush the given row.
      java.util.Collection getExceptions()
      Return the exceptions encountered during all flushes.
    • Method Detail

      • getExceptions

        java.util.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.