org.dbunit.database.statement
Interface IBatchStatement

All Known Implementing Classes:
AbstractBatchStatement

public interface IBatchStatement

Since:
Mar 15, 2002
Version:
$Revision: 1.5 $
Author:
Manuel Laflamme

Method Summary
 void addBatch(java.lang.String sql)
           
 void clearBatch()
           
 void close()
           
 int executeBatch()
           
 

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

close

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


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.