its.SQL
Interface AcceptRow

All Known Implementing Classes:
SddFilter

public interface AcceptRow

Used to filter rows from a ContentsData object.

See Also:
ContentsData.filter(AcceptRow)

Method Summary
 boolean acceptRow(ContentsData cd)
          This method should return true if the current row of the given ContentsData object passes any required tests.
 

Method Detail

acceptRow

public boolean acceptRow(ContentsData cd)
This method should return true if the current row of the given ContentsData object passes any required tests. If it returns false, the current row will be removed. Feel free to call any of the getXXX methods on the cd object, but do not call any methods that change the current row!