Package org.dbunit.database.statement
Class SimplePreparedStatement
java.lang.Object
org.dbunit.database.statement.AbstractPreparedBatchStatement
org.dbunit.database.statement.SimplePreparedStatement
- 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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dbunit.database.statement.AbstractPreparedBatchStatement
close
-
Constructor Details
-
SimplePreparedStatement
- Throws:
SQLException
-
-
Method Details
-
addValue
- Throws:
TypeCastExceptionSQLException
-
addBatch
- Throws:
SQLException
-
executeBatch
- Throws:
SQLException
-
clearBatch
- Throws:
SQLException
-