Interface PreparedStatementManager

All Known Implementing Classes:
BatchingPreparedStatementManagerImpl, PreparedStatementManagerImpl

public interface PreparedStatementManager
Manages prepared statement execution.
Author:
Abe White
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method must be called after the last row has been flushed, to flush any remaining statements.
    void
    Flush the given row.
    Return the exceptions encountered during all flushes.
  • Method Details

    • 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.