org.dbunit.database.statement
Interface IPreparedBatchStatement

All Known Implementing Classes:
AbstractPreparedBatchStatement, AutomaticPreparedBatchStatement, BatchStatementDecorator, PreparedBatchStatement, SimplePreparedStatement

public interface IPreparedBatchStatement

Since:
Mar 15, 2002
Version:
$Revision: 398 $
Author:
Manuel Laflamme

Method Summary
 void addBatch()
           
 void addValue(Object value, DataType dataType)
           
 void clearBatch()
           
 void close()
           
 int executeBatch()
           
 

Method Detail

addValue

void addValue(Object value,
              DataType dataType)
              throws TypeCastException,
                     SQLException
Throws:
TypeCastException
SQLException

addBatch

void addBatch()
              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.