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

Method Summary
 void addBatch(String sql)
           
 void clearBatch()
           
 void close()
           
 int executeBatch()
           
 

Method Detail

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.