org.dbunit.operation
Class UpdateOperation

java.lang.Object
  extended byorg.dbunit.operation.DatabaseOperation
      extended byorg.dbunit.operation.AbstractOperation
          extended byorg.dbunit.operation.AbstractBatchOperation
              extended byorg.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: 1.14 $
Author:
Manuel Laflamme

Field Summary
 
Fields inherited from class org.dbunit.operation.AbstractBatchOperation
_reverseRowOrder
 
Fields inherited from class org.dbunit.operation.DatabaseOperation
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE
 
Method Summary
 OperationData getOperationData(ITableMetaData metaData, java.util.BitSet ignoreMapping, IDatabaseConnection connection)
           
 
Methods inherited from class org.dbunit.operation.AbstractBatchOperation
execute, iterator
 
Methods inherited from class org.dbunit.operation.AbstractOperation
getQualifiedName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOperationData

public OperationData getOperationData(ITableMetaData metaData,
                                      java.util.BitSet ignoreMapping,
                                      IDatabaseConnection connection)
                               throws DataSetException
Throws:
DataSetException


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.