org.dbunit.database.statement
Class SimpleStatement
java.lang.Object
org.dbunit.database.statement.AbstractBatchStatement
org.dbunit.database.statement.SimpleStatement
- All Implemented Interfaces:
- IBatchStatement
public class SimpleStatement
- extends AbstractBatchStatement
- Since:
- Feb 20, 2002
- Version:
- $Revision: 672 $
- Author:
- Manuel Laflamme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addBatch
public void addBatch(String sql)
throws SQLException
- Throws:
SQLException
executeBatch
public int executeBatch()
throws SQLException
- Throws:
SQLException
clearBatch
public void clearBatch()
throws SQLException
- Throws:
SQLException
Copyright © 2002-2012. All Rights Reserved.