Package org.dbunit.operation
Class UpdateOperation
java.lang.Object
org.dbunit.operation.DatabaseOperation
org.dbunit.operation.AbstractOperation
org.dbunit.operation.AbstractBatchOperation
org.dbunit.operation.UpdateOperation
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$
- Author:
- Manuel Laflamme
-
Field Summary
Fields inherited from class org.dbunit.operation.AbstractBatchOperation
_reverseRowOrderFields inherited from class org.dbunit.operation.DatabaseOperation
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE -
Method Summary
Modifier and TypeMethodDescriptiongetOperationData(ITableMetaData metaData, BitSet ignoreMapping, IDatabaseConnection connection) Methods inherited from class org.dbunit.operation.AbstractBatchOperation
execute, handleColumnHasNoValue, iterator, toStringMethods inherited from class org.dbunit.operation.AbstractOperation
getQualifiedNameMethods inherited from class org.dbunit.operation.DatabaseOperation
CLOSE_CONNECTION, TRANSACTION
-
Method Details
-
getOperationData
public OperationData getOperationData(ITableMetaData metaData, BitSet ignoreMapping, IDatabaseConnection connection) throws DataSetException - Throws:
DataSetException
-