< prev index next >

src/java.sql.rowset/share/classes/javax/sql/rowset/package-info.java

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

*** 54,76 **** * * <h3><a id="stdrowset">2.0 Standard RowSet Definitions</a></h3> * <ul> * <li><a href="JdbcRowSet.html"><b>{@code JdbcRowSet}</b></a> - A wrapper around * a {@code ResultSet} object that makes it possible to use the result set as a ! * JavaBeans&trade; component. Thus, * a {@code JdbcRowSet} object can be a Bean that any tool * makes available for assembling an application as part of a component based * architecture. A {@code JdbcRowSet} object is a connected {@code RowSet} * object, that is, it * <b>must</b> continually maintain its connection to its data source using a JDBC * technology-enabled driver ("JDBC driver"). In addition, a {@code JdbcRowSet} * object provides a fully updatable and scrollable tabular * data structure as defined in the JDBC 3.0 specification. * * <li><a href="CachedRowSet.html"> ! * <b>{@code CachedRowSet}&trade;</b></a> ! * - A {@code CachedRowSet} object is a JavaBeans&trade; * component that is scrollable, updatable, serializable, and generally disconnected from * the source of its data. A {@code CachedRowSet} 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. {@code CachedRowSet} implementations * <b>must</b> use the {@code SyncFactory} to manage and obtain pluggable --- 54,76 ---- * * <h3><a id="stdrowset">2.0 Standard RowSet Definitions</a></h3> * <ul> * <li><a href="JdbcRowSet.html"><b>{@code JdbcRowSet}</b></a> - A wrapper around * a {@code ResultSet} object that makes it possible to use the result set as a ! * JavaBeans component. Thus, * a {@code JdbcRowSet} object can be a Bean that any tool * makes available for assembling an application as part of a component based * architecture. A {@code JdbcRowSet} object is a connected {@code RowSet} * object, that is, it * <b>must</b> continually maintain its connection to its data source using a JDBC * technology-enabled driver ("JDBC driver"). In addition, a {@code JdbcRowSet} * object provides a fully updatable and scrollable tabular * data structure as defined in the JDBC 3.0 specification. * * <li><a href="CachedRowSet.html"> ! * <b>{@code CachedRowSet}</b></a> ! * - A {@code CachedRowSet} object is a JavaBeans * component that is scrollable, updatable, serializable, and generally disconnected from * the source of its data. A {@code CachedRowSet} 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. {@code CachedRowSet} implementations * <b>must</b> use the {@code SyncFactory} to manage and obtain pluggable
< prev index next >