< prev index next >

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

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

*** 36,46 **** * The standard interface that all standard implementations of * <code>JdbcRowSet</code> must implement. * * <h2>1.0 Overview</h2> * A wrapper around a <code>ResultSet</code> object that makes it possible ! * to use the result set as a JavaBeans&trade; * component. Thus, a <code>JdbcRowSet</code> object can be one of the Beans that * a tool makes available for composing an application. Because * a <code>JdbcRowSet</code> is a connected rowset, that is, it continually * maintains its connection to a database using a JDBC technology-enabled * driver, it also effectively makes the driver a JavaBeans component. --- 36,46 ---- * The standard interface that all standard implementations of * <code>JdbcRowSet</code> must implement. * * <h2>1.0 Overview</h2> * A wrapper around a <code>ResultSet</code> object that makes it possible ! * to use the result set as a JavaBeans * component. Thus, a <code>JdbcRowSet</code> object can be one of the Beans that * a tool makes available for composing an application. Because * a <code>JdbcRowSet</code> is a connected rowset, that is, it continually * maintains its connection to a database using a JDBC technology-enabled * driver, it also effectively makes the driver a JavaBeans component.
*** 111,121 **** * affect the rows in the result set, which is effectively a JavaBeans * component. * <P> * The implementation of the <code>RowSet</code> method <code>execute</code> in the * <code>JdbcRowSet</code> reference implementation differs from that in the ! * <code>CachedRowSet</code>&trade; * reference implementation to account for the different * requirements of connected and disconnected <code>RowSet</code> objects. * * @author Jonathan Bruce * @since 1.5 --- 111,121 ---- * affect the rows in the result set, which is effectively a JavaBeans * component. * <P> * The implementation of the <code>RowSet</code> method <code>execute</code> in the * <code>JdbcRowSet</code> reference implementation differs from that in the ! * <code>CachedRowSet</code> * reference implementation to account for the different * requirements of connected and disconnected <code>RowSet</code> objects. * * @author Jonathan Bruce * @since 1.5
< prev index next >