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 java.lang.Object
implements IPreparedBatchStatement

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

Field Summary
protected  java.sql.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 java.sql.PreparedStatement _statement
Method Detail

close

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


Copyright © 2002-2008. All Rights Reserved.