org.dbunit.operation
Class UpdateOperation
java.lang.Object
org.dbunit.operation.DatabaseOperation
org.dbunit.operation.AbstractOperation
org.dbunit.operation.AbstractBatchOperation
org.dbunit.operation.UpdateOperation
public class UpdateOperation
- extends AbstractBatchOperation
Updates the database from the dataset contents. This operation assumes that
table data already exists in the database and fails if this is not the case.
- Since:
- Feb 19, 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 |
getOperationData
public OperationData getOperationData(ITableMetaData metaData,
BitSet ignoreMapping,
IDatabaseConnection connection)
throws DataSetException
- Throws:
DataSetException
Copyright © 2002-2011. All Rights Reserved.