Package org.dbunit.database.statement
Class BatchStatementDecorator
java.lang.Object
org.dbunit.database.statement.BatchStatementDecorator
- All Implemented Interfaces:
IPreparedBatchStatement
- Since:
- Mar 16, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Method Details
-
addValue
- Specified by:
addValuein interfaceIPreparedBatchStatement- Throws:
TypeCastExceptionSQLException
-
addBatch
- Specified by:
addBatchin interfaceIPreparedBatchStatement- Throws:
SQLException
-
executeBatch
- Specified by:
executeBatchin interfaceIPreparedBatchStatement- Throws:
SQLException
-
clearBatch
- Specified by:
clearBatchin interfaceIPreparedBatchStatement- Throws:
SQLException
-
close
- Specified by:
closein interfaceIPreparedBatchStatement- Throws:
SQLException
-