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
- Since:
- Mar 16, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Field Summary
Fields -
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
-
-
Method Details
-
close
- Specified by:
closein interfaceIPreparedBatchStatement- Throws:
SQLException
-