src/share/classes/javax/sql/rowset/package.html

Print this page

        

*** 65,75 **** <h3><a name="stdrowset">2.0 Standard RowSet Definitions</a></h3> <ul> <li><a href="JdbcRowSet.html"><b><code>JdbcRowSet</code></b></a> - A wrapper around a <tt>ResultSet</tt> object that makes it possible to use the result set as a ! JavaBeans<sup><font size=-2>TM</font></sup> component. Thus, a <tt>JdbcRowSet</tt> object can be a Bean that any tool makes available for assembling an application as part of a component based architecture . A <tt>JdbcRowSet</tt> object is a connected <code>RowSet</code> object, that is, it <b>must</b> continually maintain its connection to its data source using a JDBC --- 65,75 ---- <h3><a name="stdrowset">2.0 Standard RowSet Definitions</a></h3> <ul> <li><a href="JdbcRowSet.html"><b><code>JdbcRowSet</code></b></a> - A wrapper around a <tt>ResultSet</tt> object that makes it possible to use the result set as a ! JavaBeans&trade; component. Thus, a <tt>JdbcRowSet</tt> object can be a Bean that any tool makes available for assembling an application as part of a component based architecture . A <tt>JdbcRowSet</tt> object is a connected <code>RowSet</code> object, that is, it <b>must</b> continually maintain its connection to its data source using a JDBC
*** 77,87 **** object provides a fully updatable and scrollable tabular data structure as defined in the JDBC 3.0 specification. <p> <li><a href="CachedRowSet.html"> <b><code>CachedRowSet</code>&trade;</b></a> ! - A <tt>CachedRowSet</tt> object is a JavaBeans<sup><font size=-2>TM</font></sup> component that is scrollable, updatable, serializable, and generally disconnected from the source of its data. A <tt>CachedRowSet</tt> object typically contains rows from a result set, but it can also contain rows from any file with a tabular format, such as a spreadsheet. <tt>CachedRowSet</tt> implementations <b>must</b> use the <tt>SyncFactory</tt> to manage and obtain pluggable --- 77,87 ---- object provides a fully updatable and scrollable tabular data structure as defined in the JDBC 3.0 specification. <p> <li><a href="CachedRowSet.html"> <b><code>CachedRowSet</code>&trade;</b></a> ! - A <tt>CachedRowSet</tt> object is a JavaBeans&trade; component that is scrollable, updatable, serializable, and generally disconnected from the source of its data. A <tt>CachedRowSet</tt> object typically contains rows from a result set, but it can also contain rows from any file with a tabular format, such as a spreadsheet. <tt>CachedRowSet</tt> implementations <b>must</b> use the <tt>SyncFactory</tt> to manage and obtain pluggable