org.dbunit.database.statement
Class BatchStatement

java.lang.Object
  extended by org.dbunit.database.statement.AbstractBatchStatement
      extended by org.dbunit.database.statement.BatchStatement
All Implemented Interfaces:
IBatchStatement

public class BatchStatement
extends AbstractBatchStatement

Since:
Feb 20, 2002
Version:
$Revision: 554 $
Author:
Manuel Laflamme

Field Summary
 
Fields inherited from class org.dbunit.database.statement.AbstractBatchStatement
_statement
 
Method Summary
 void addBatch(java.lang.String sql)
           
 void clearBatch()
           
 int executeBatch()
           
 
Methods inherited from class org.dbunit.database.statement.AbstractBatchStatement
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addBatch

public void addBatch(java.lang.String sql)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

executeBatch

public int executeBatch()
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

clearBatch

public void clearBatch()
                throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2002-2008. All Rights Reserved.