org.dbunit.database.statement
Class AbstractBatchStatement
java.lang.Object
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
Method Summary |
void |
close()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_statement
protected final Statement _statement
close
public void close()
throws SQLException
- Specified by:
close
in interface IBatchStatement
- Throws:
SQLException
Copyright © 2002-2011. All Rights Reserved.