Package org.dbunit.dataset.filter
Interface ITableFilter
- All Superinterfaces:
ITableFilterSimple
- All Known Implementing Classes:
AbstractTableFilter,DatabaseSequenceFilter,DefaultTableFilter,ExcludeTableFilter,IncludeTableFilter,PrimaryKeyFilter,SequenceTableFilter
Represents a strategy used by
FilteredDataSet to
exposes only some tables from a dataset.- Since:
- Mar 7, 2003
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Method Summary
Modifier and TypeMethodDescriptionString[]getTableNames(IDataSet dataSet) Returns the table names allowed by this filter from the specified dataset.Returns iterator of tables allowed by this filter from the specified dataset.Methods inherited from interface org.dbunit.dataset.filter.ITableFilterSimple
accept
-
Method Details
-
getTableNames
Returns the table names allowed by this filter from the specified dataset.- Parameters:
dataSet- the filtered dataset- Throws:
DataSetException
-
iterator
Returns iterator of tables allowed by this filter from the specified dataset.- Parameters:
dataSet- the filtered dataset- Throws:
DataSetException
-