|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.operation.DatabaseOperation org.dbunit.operation.AbstractOperation org.dbunit.operation.AbstractBatchOperation org.dbunit.operation.DeleteOperation
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.
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)
|
protected ITableIterator |
iterator(IDataSet dataSet)
Returns list of tables this operation is applied to. |
Methods inherited from class org.dbunit.operation.AbstractBatchOperation |
execute |
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 |
protected ITableIterator iterator(IDataSet dataSet) throws DatabaseUnitException
AbstractBatchOperation
iterator
in class AbstractBatchOperation
DatabaseUnitException
public OperationData getOperationData(ITableMetaData metaData, java.util.BitSet ignoreMapping, IDatabaseConnection connection) throws DataSetException
DataSetException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |