org.dbunit.dataset.filter
Interface IColumnFilter

All Known Implementing Classes:
DefaultColumnFilter

public interface IColumnFilter

A filter for database columns.

Instances of this interface may be passed to the FilteredTableMetaData.FilteredTableMetaData(org.dbunit.dataset.ITableMetaData, IColumnFilter) method of the FilteredTableMetaData class.

Since:
Apr 17, 2004
Version:
$Revision: 741 $
Author:
Manuel Laflamme

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

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


Copyright © 2002-2012. All Rights Reserved.