org.dbunit.database.statement
Class PreparedBatchStatement
java.lang.Object
org.dbunit.database.statement.AbstractPreparedBatchStatement
org.dbunit.database.statement.PreparedBatchStatement
- All Implemented Interfaces:
- IPreparedBatchStatement
public class PreparedBatchStatement
- extends AbstractPreparedBatchStatement
- Since:
- Mar 16, 2002
- Version:
- $Revision: 554 $
- Author:
- Manuel Laflamme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addValue
public void addValue(Object value,
DataType dataType)
throws TypeCastException,
SQLException
- Throws:
TypeCastException
SQLException
addBatch
public void addBatch()
throws SQLException
- Throws:
SQLException
executeBatch
public int executeBatch()
throws SQLException
- Throws:
SQLException
clearBatch
public void clearBatch()
throws SQLException
- Throws:
SQLException
Copyright © 2002-2011. All Rights Reserved.