jdk/src/share/classes/javax/sql/rowset/FilteredRowSet.java
changeset 24968 3308660aa3f2
parent 20880 1b610151b316
child 25976 4de01a56e3ee
equal deleted inserted replaced
24967:582420f5ab6c 24968:3308660aa3f2
   120  * <p>
   120  * <p>
   121  * Furthermore, only rows that fall within the bounds of a filter will be
   121  * Furthermore, only rows that fall within the bounds of a filter will be
   122  * synchronized with the data source.
   122  * synchronized with the data source.
   123  *
   123  *
   124  * @author Jonathan Bruce
   124  * @author Jonathan Bruce
       
   125  * @since 1.5
   125  */
   126  */
   126 
   127 
   127 public interface FilteredRowSet extends WebRowSet {
   128 public interface FilteredRowSet extends WebRowSet {
   128 
   129 
   129    /**
   130    /**