Package org.dbunit.database.statement
Class PreparedBatchStatement
java.lang.Object
org.dbunit.database.statement.AbstractPreparedBatchStatement
org.dbunit.database.statement.PreparedBatchStatement
- All Implemented Interfaces:
IPreparedBatchStatement
- Since:
- Mar 16, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Field Summary
Fields inherited from class org.dbunit.database.statement.AbstractPreparedBatchStatement
_statement -
Method Summary
Methods inherited from class org.dbunit.database.statement.AbstractPreparedBatchStatement
close
-
Method Details
-
addValue
- Throws:
TypeCastExceptionSQLException
-
addBatch
- Throws:
SQLException
-
executeBatch
- Throws:
SQLException
-
clearBatch
- Throws:
SQLException
-