|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IColumnFilter
A filter for database columns.
Instances of this interface may be passed to the
method of the FilteredTableMetaData.FilteredTableMetaData(org.dbunit.dataset.ITableMetaData, IColumnFilter) class.
FilteredTableMetaData
| Method Summary | |
|---|---|
boolean |
accept(String tableName,
Column column)
Tests whether or not the specified column of the specified tableName should be included by this filter. |
| Method Detail |
|---|
boolean accept(String tableName,
Column column)
tableName - The tableName to be testedcolumn - The column to be tested
true if and only if the given parameter set should be included
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||