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
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-2011. All Rights Reserved.