Package org.dbunit.database.statement
Class AbstractBatchStatement
java.lang.Object
org.dbunit.database.statement.AbstractBatchStatement
- All Implemented Interfaces:
IBatchStatement
- Direct Known Subclasses:
BatchStatement,CompoundStatement,SimpleStatement
Abstract base
IBatchStatement implementation.- Since:
- Mar 15, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StatementThe wrapped JDBC statement that batched SQL is accumulated on and executed through. -
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.IBatchStatement
addBatch, clearBatch, executeBatch
-
Field Details
-
_statement
The wrapped JDBC statement that batched SQL is accumulated on and executed through.
-
-
Method Details
-
close
Description copied from interface:IBatchStatementCloses the underlying JDBC statement.- Specified by:
closein interfaceIBatchStatement- Throws:
SQLException- if a database access error occurs.
-