org.dbunit.dataset.filter
Interface IRowFilter
public interface IRowFilter
Interface to filter out rows by checking specific column values provided by the IRowValueProvider
.
- Since:
- 2.3.0
- Version:
- $Revision: 766 $ $Date: 2008-08-01 13:05:20 +0200 (Fri, 01 Aug 2008) $
- Author:
- gommma, Last changed by: $Author: gommma $
Method Summary |
boolean |
accept(IRowValueProvider rowValueProvider)
Checks if the current row should be accepted or not |
accept
boolean accept(IRowValueProvider rowValueProvider)
- Checks if the current row should be accepted or not
- Parameters:
rowValueProvider
- provides arbitrary column values of the current row to be checked.
- Returns:
- True if the given value (and so that current row) should be accepted
Copyright © 2002-2012. All Rights Reserved.