org.apache.openjpa.jdbc.kernel
Interface PreparedStatementManager

All Known Implementing Classes:
PreparedStatementManagerImpl

public interface PreparedStatementManager

Manages prepared statement execution.

Author:
Abe White

Method Summary
 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.
 Collection getExceptions()
          Return the exceptions encountered during all flushes.
 

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.



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.