< prev index next >

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

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

*** 33,43 **** * Warnings are silently chained to the object whose method call * caused it to be reported. * This class complements the <code>SQLWarning</code> class. * <P> * Rowset warnings may be retrieved from <code>JdbcRowSet</code>, ! * <code>CachedRowSet</code>&trade;, * <code>WebRowSet</code>, <code>FilteredRowSet</code>, or <code>JoinRowSet</code> * implementations. To retrieve the first warning reported on any * <code>RowSet</code> * implementation, use the method <code>getRowSetWarnings</code> defined * in the <code>JdbcRowSet</code> interface or the <code>CachedRowSet</code> --- 33,43 ---- * Warnings are silently chained to the object whose method call * caused it to be reported. * This class complements the <code>SQLWarning</code> class. * <P> * Rowset warnings may be retrieved from <code>JdbcRowSet</code>, ! * <code>CachedRowSet</code>, * <code>WebRowSet</code>, <code>FilteredRowSet</code>, or <code>JoinRowSet</code> * implementations. To retrieve the first warning reported on any * <code>RowSet</code> * implementation, use the method <code>getRowSetWarnings</code> defined * in the <code>JdbcRowSet</code> interface or the <code>CachedRowSet</code>
< prev index next >