org.apache.ojb.broker.util.batch
Interface BatchPreparedStatement


public interface BatchPreparedStatement

The interface which is used to create dynamic proxy which will also implement PreparedStatement and allow to automatically gathers INSERT, UPDATE and DELETE PreparedStatements into batches.

Author:
Oleg Nitz (olegnitz@apache.org)

Method Summary
 void doExecute(Connection conn)
          This method performs database modification at the very and of transaction.
 

Method Detail

doExecute

void doExecute(Connection conn)
               throws SQLException
This method performs database modification at the very and of transaction.

Throws:
SQLException


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.