org.dbunit.database.statement
Class AbstractPreparedBatchStatement

java.lang.Object
  extended by 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: 554 $
Author:
Manuel Laflamme

Field Summary
protected  PreparedStatement _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.IPreparedBatchStatement
addBatch, addValue, clearBatch, executeBatch
 

Field Detail

_statement

protected final PreparedStatement _statement
Method Detail

close

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


Copyright © 2002-2011. All Rights Reserved.