org.dbunit.operation
Class DeleteOperation
java.lang.Object
org.dbunit.operation.DatabaseOperation
org.dbunit.operation.AbstractOperation
org.dbunit.operation.AbstractBatchOperation
org.dbunit.operation.DeleteOperation
public class DeleteOperation
- extends AbstractBatchOperation
Deletes only the dataset contents from the database. This operation does not
delete the entire table contents but only data that are present in the
dataset.
- Since:
- Feb 19, 2002
- Version:
- $Revision: 675 $
- Author:
- Manuel Laflamme
iterator
protected ITableIterator iterator(IDataSet dataSet)
throws DatabaseUnitException
- Description copied from class:
AbstractBatchOperation
- Returns list of tables this operation is applied to. This method
allow subclass to do filtering.
- Overrides:
iterator
in class AbstractBatchOperation
- Throws:
DatabaseUnitException
getOperationData
public OperationData getOperationData(ITableMetaData metaData,
BitSet ignoreMapping,
IDatabaseConnection connection)
throws DataSetException
- Throws:
DataSetException
Copyright © 2002-2012. All Rights Reserved.