Package org.dbunit.database.statement
Class AutomaticPreparedBatchStatement
java.lang.Object
org.dbunit.database.statement.AutomaticPreparedBatchStatement
- All Implemented Interfaces:
IPreparedBatchStatement
- Since:
- Jun 12, 2003
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Constructor Summary
ConstructorsConstructorDescriptionAutomaticPreparedBatchStatement(IPreparedBatchStatement statement, int threshold) -
Method Summary
-
Constructor Details
-
AutomaticPreparedBatchStatement
-
-
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
-