Package org.dbunit.dataset.filter

Interface Summary
IColumnFilter  
ITableFilter Represents a strategy used by FilteredDataSet to exposes only some tables from a dataset.
 

Class Summary
AbstractTableFilter This class provides a skeletal implementation of the ITableFilter interface to minimize the effort required to implement a filter.
DefaultColumnFilter Implementation of the IColumnFilter interface that exposes columns matching include patterns and not matching exclude patterns.
DefaultTableFilter This filter exposes only tables matching include patterns and not matching exclude patterns.
ExcludeTableFilter This filter hides specified tables from the filtered dataset.
IncludeTableFilter This filter exposes only allowed tables from the filtered dataset.
SequenceTableFilter This filter expose a specified table sequence and can be used to reorder tables in a dataset.
SequenceTableIterator  
 



Copyright © 2002-2008. All Rights Reserved.