Package org.dbunit.dataset.filter
Interface IColumnFilter
- All Known Implementing Classes:
DefaultColumnFilter,GeneratedColumnFilter
public interface IColumnFilter
A filter for database columns.
Instances of this interface may be passed to the
method of the FilteredTableMetaData(org.dbunit.dataset.ITableMetaData, IColumnFilter) class.FilteredTableMetaData
- Since:
- Apr 17, 2004
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Method Summary
-
Method Details
-
accept
Tests whether or not the specified column of the specified tableName should be included by this filter.- Parameters:
tableName- The tableName to be testedcolumn- The column to be tested- Returns:
trueif and only if the given parameter set should be included
-