org.dbunit.operation
Class UpdateOperation

java.lang.Object
  extended by org.dbunit.operation.DatabaseOperation
      extended by org.dbunit.operation.AbstractOperation
          extended by org.dbunit.operation.AbstractBatchOperation
              extended by 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: 964 $
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, BitSet ignoreMapping, IDatabaseConnection connection)
           
 
Methods inherited from class org.dbunit.operation.AbstractBatchOperation
execute, iterator, toString
 
Methods inherited from class org.dbunit.operation.AbstractOperation
getQualifiedName
 
Methods inherited from class org.dbunit.operation.DatabaseOperation
CLOSE_CONNECTION, TRANSACTION
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOperationData

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


Copyright © 2002-2012. All Rights Reserved.