Package org.dbunit.database.statement
Interface IBatchStatement
- All Known Implementing Classes:
AbstractBatchStatement,BatchStatement,CompoundStatement,SimpleStatement
public interface IBatchStatement
- Since:
- Mar 15, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Method Summary
-
Method Details
-
addBatch
- Throws:
SQLException
-
executeBatch
- Throws:
SQLException
-
clearBatch
- Throws:
SQLException
-
close
- Throws:
SQLException
-