Package org.dbunit.database.statement
Interface IPreparedBatchStatement
- All Known Implementing Classes:
AbstractPreparedBatchStatement,AutomaticPreparedBatchStatement,BatchStatementDecorator,PreparedBatchStatement,SimplePreparedStatement
public interface IPreparedBatchStatement
- Since:
- Mar 15, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Method Details
-
addValue
- Throws:
TypeCastExceptionSQLException
-
addBatch
- Throws:
SQLException
-
executeBatch
- Throws:
SQLException
-
clearBatch
- Throws:
SQLException
-
close
- Throws:
SQLException
-