org.dbunit.database.statement
Interface IBatchStatement
- All Known Implementing Classes:
- AbstractBatchStatement
- public interface IBatchStatement
- Since:
- Mar 15, 2002
- Version:
- $Revision: 1.5 $
- Author:
- Manuel Laflamme
addBatch
public void addBatch(java.lang.String sql)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeBatch
public int executeBatch()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
clearBatch
public void clearBatch()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
close
public void close()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2002-2004 DbUnit.org. All Rights Reserved.