public interface IColumnFilter
Instances of this interface may be passed to the
method of the FilteredTableMetaData.FilteredTableMetaData(org.dbunit.dataset.ITableMetaData, IColumnFilter)
class.FilteredTableMetaData
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String tableName,
Column column)
Tests whether or not the specified column of the specified tableName
should be included by this filter.
|
boolean accept(String tableName, Column column)
tableName
- The tableName to be testedcolumn
- The column to be testedtrue
if and only if the given parameter set should be includedCopyright © 2002–2024. All rights reserved.