org.dbunit.database.statement
Class AbstractBatchStatement

java.lang.Object
  extended byorg.dbunit.database.statement.AbstractBatchStatement
All Implemented Interfaces:
IBatchStatement
Direct Known Subclasses:
BatchStatement, CompoundStatement, SimpleStatement

public abstract class AbstractBatchStatement
extends java.lang.Object
implements IBatchStatement

Since:
Mar 15, 2002
Version:
$Revision: 1.5 $
Author:
Manuel Laflamme

Field Summary
protected  java.sql.Statement _statement
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.dbunit.database.statement.IBatchStatement
addBatch, clearBatch, executeBatch
 

Field Detail

_statement

protected final java.sql.Statement _statement
Method Detail

close

public void close()
           throws java.sql.SQLException
Specified by:
close in interface IBatchStatement
Throws:
java.sql.SQLException


Copyright © 2002-2006 DbUnit.org. All Rights Reserved.