org.dbunit.database.statement
Class AbstractBatchStatement

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

public abstract class AbstractBatchStatement
extends Object
implements IBatchStatement

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

Field Summary
protected  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 Statement _statement
Method Detail

close

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


Copyright © 2002-2011. All Rights Reserved.