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