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(java.lang.Object value,
DataType dataType)
throws TypeCastException,
java.sql.SQLException
- Throws:
TypeCastException
java.sql.SQLException
addBatch
void addBatch()
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.