Searched refs:FilteredRowSet (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DFilteredRowSet.java36 * <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</cod
127 public interface FilteredRowSet extends WebRowSet { interface in inherits:WebRowSet
[all...]
H A DRowSetFactory.java52 * <p>Creates a new instance of a FilteredRowSet.</p>
54 * @return A new instance of a FilteredRowSet.
56 * @throws SQLException if a FilteredRowSet cannot
61 public FilteredRowSet createFilteredRowSet() throws SQLException;
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DRowSetFactoryImpl.java30 import javax.sql.rowset.FilteredRowSet;
52 public FilteredRowSet createFilteredRowSet() throws SQLException {
H A DFilteredRowSetImpl.java41 * The standard implementation of the <code>FilteredRowSet</code> interface. See the interface
48 public class FilteredRowSetImpl extends WebRowSetImpl implements Serializable, Cloneable, FilteredRowSet {
56 * Construct a <code>FilteredRowSet</code>
63 * Construct a <code>FilteredRowSet</code> with a specified synchronization
83 * Retrieve the filter active for this <code>FilteredRowSet</code>

Completed in 44 milliseconds