com.martiansoftware.trivialpersist
Interface RecordFilter

All Known Implementing Classes:
FieldEqualsFilter, NullFieldFilter, SeriesRecordFilter

public interface RecordFilter

Provides a means to filter Records out of the results of a table select.

Author:
Marty Lamb

Method Summary
 boolean accept(Record record)
          Returns true iff the specified record should be included in the current table select.
 

Method Detail

accept

public boolean accept(Record record)
Returns true iff the specified record should be included in the current table select.

Parameters:
record - the record to check
Returns:
true iff the specified record should be included in the current table select.


Copyright © 2004, Martian Software, Inc.. All Rights Reserved.
For the latest version and documentation, please visit http://www.martiansoftware.com/trivialpersist