Lines Matching defs:FilteredRowSet

36  * <code>FilteredRowSet</code> must implement. The <code>FilteredRowSetImpl</code> class
48 * objects. The <code>FilteredRowSet</code> interface seeks to address this need
52 * A JDBC <code>FilteredRowSet</code> standard implementation implements the
56 * methods, which a <code>FilteredRowSet</code> implementation can override
61 * If a <code>FilteredRowSet</code> implementation is shared using the
64 * <code>FilteredRowSet</code> instance clones.
69 * class JavaDoc), a <code>FilteredRowSet</code> could then be used as described
74 * FilteredRowSet frs = new FilteredRowSetImpl();
86 * <code>FilteredRowSet</code> object must fall between the values 'Alpha' and
88 * applied to a <code>FilteredRowSet</code> object that contains no data that
95 * <h3>4.0 Updating a <code>FilteredRowSet</code> Object</h3>
96 * The predicate set on a <code>FilteredRowSet</code> object
102 * Therefore, the predicate set on a <code>FilteredRowSet</code> object must be
104 * for all views and updates to the <code>FilteredRowSet</code> object. Any attempt
105 * to update the <code>FilteredRowSet</code> that violates the criterion will
108 * The <code>FilteredRowSet</code> range criterion can be modified by applying
109 * a new <code>Predicate</code> object to the <code>FilteredRowSet</code>
111 * <code>FilteredRowSet</code> object are detected. A new filter has an
113 * <code>FilteredRowSet</code> object, and all subsequent views and updates will be
117 * Rows that fall outside of the filter set on a <code>FilteredRowSet</code>
128 public interface FilteredRowSet extends WebRowSet {
132 * <code>FilteredRowSet</code>
140 * multiple components may be operating on one <code>FilteredRowSet</code> object.
142 * to <code>FilteredRowSet</code> objects when their underling <code>Predicate</code>
146 * <code>FilteredRowSet</code> object. Setting a <b>null</b> value
155 * Retrieves the active filter for this <code>FilteredRowSet</code> object.
157 * @return p the <code>Predicate</code> for this <code>FilteredRowSet</code>