Package org.dbunit.database.statement
Class AbstractPreparedBatchStatement
java.lang.Object
org.dbunit.database.statement.AbstractPreparedBatchStatement
- All Implemented Interfaces:
IPreparedBatchStatement
- Direct Known Subclasses:
PreparedBatchStatement,SimplePreparedStatement
public abstract class AbstractPreparedBatchStatement
extends Object
implements IPreparedBatchStatement
Abstract base
IPreparedBatchStatement implementation.- Since:
- Mar 16, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PreparedStatementThe prepared statement to which values are bound and batched. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dbunit.database.statement.IPreparedBatchStatement
addBatch, addValue, clearBatch, executeBatch
-
Field Details
-
_statement
The prepared statement to which values are bound and batched.
-
-
Method Details
-
close
Description copied from interface:IPreparedBatchStatementCloses this statement.- Specified by:
closein interfaceIPreparedBatchStatement- Throws:
SQLException- if closing the statement fails.
-