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(java.sql.Connection conn)
          This method performs database modification at the very and of transaction.
 

Method Detail

doExecute

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

Throws:
java.sql.SQLException


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14