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(String sql)
throws SQLException
- Throws:
SQLException
executeBatch
int executeBatch()
throws SQLException
- Throws:
SQLException
clearBatch
void clearBatch()
throws SQLException
- Throws:
SQLException
close
void close()
throws SQLException
- Throws:
SQLException
Copyright © 2002-2012. All Rights Reserved.