< prev index next >

src/java.sql.rowset/share/classes/javax/sql/rowset/FilteredRowSet.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 49,59 **** * without supplying a heavyweight query language along with the processing that * such a query language would require. * <p> * A JDBC <code>FilteredRowSet</code> standard implementation implements the * <code>RowSet</code> interfaces and extends the ! * <code>CachedRowSet</code>&trade; class. The * <code>CachedRowSet</code> class provides a set of protected cursor manipulation * methods, which a <code>FilteredRowSet</code> implementation can override * to supply filtering support. * * <h2>2.0 Predicate Sharing</h2> --- 49,59 ---- * without supplying a heavyweight query language along with the processing that * such a query language would require. * <p> * A JDBC <code>FilteredRowSet</code> standard implementation implements the * <code>RowSet</code> interfaces and extends the ! * <code>CachedRowSet</code> class. The * <code>CachedRowSet</code> class provides a set of protected cursor manipulation * methods, which a <code>FilteredRowSet</code> implementation can override * to supply filtering support. * * <h2>2.0 Predicate Sharing</h2>
< prev index next >