API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql.rowset. Predicate View Source
Author(s)
Jonathan Bruce, Amit Handa
Since
Version
Serial
Hierarchy
 Predicate
Subinterfaces
Description
public interface Predicate
  The standard interface that provides the framework for all FilteredRowSet objects to describe their filters.
See also:   
Methods
Hide/Show inherited methods
public boolean evaluate (Object value, int column) throws SQLException
  This method is called by a FilteredRowSet object to check whether the value lies between the filtering criterion (or criteria if multiple constraints exist) set using the setFilter() method.
public boolean evaluate (Object value, String columnName) throws SQLException
  This method is called by the FilteredRowSet object to check whether the value lies between the filtering criteria set using the setFilter method.
public boolean evaluate (RowSet rs)
  This method is typically called a FilteredRowSet object internal methods (not public) that control the RowSet object's cursor moving from row to the next.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar