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 FilteredTableMetaData(org.dbunit.dataset.ITableMetaData, IColumnFilter) method of the FilteredTableMetaData class.

Since:
Apr 17, 2004
Version:
$Revision$
Author:
Manuel Laflamme
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String tableName, Column column)
    Tests whether or not the specified column of the specified tableName should be included by this filter.
  • Method Details

    • accept

      boolean accept(String tableName, Column column)
      Tests whether or not the specified column of the specified tableName should be included by this filter.
      Parameters:
      tableName - The tableName to be tested
      column - The column to be tested
      Returns:
      true if and only if the given parameter set should be included