jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/package.html
changeset 25991 e48157b42439
parent 25976 4de01a56e3ee
parent 25859 3317bb8137f4
child 32210 958d823579c3
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
   154 no-argument constructor.
   154 no-argument constructor.
   155 </li>
   155 </li>
   156 <li><b>3.2 Role of the <code>BaseRowSet</code> Class</b>
   156 <li><b>3.2 Role of the <code>BaseRowSet</code> Class</b>
   157 <p>
   157 <p>
   158 A compliant JDBC <code>RowSet</code> implementation <b>must</b> implement one or more 
   158 A compliant JDBC <code>RowSet</code> implementation <b>must</b> implement one or more 
   159 standard interfaces specified in this package and and <b>may</b> extend the 
   159 standard interfaces specified in this package and <b>may</b> extend the 
   160 <a href="BaseRowSet.html"><code>BaseRowSet</code></a> abstract class. For example, a 
   160 <a href="BaseRowSet.html"><code>BaseRowSet</code></a> abstract class. For example, a 
   161 <code>CachedRowSet</code> implementation must implement the <code>CachedRowSet</code>
   161 <code>CachedRowSet</code> implementation must implement the <code>CachedRowSet</code>
   162 interface and extend the <code>BaseRowSet</code> abstract class. The
   162 interface and extend the <code>BaseRowSet</code> abstract class. The
   163 <code>BaseRowSet</code> class provides the standard architecture on which all
   163 <code>BaseRowSet</code> class provides the standard architecture on which all
   164 <code>RowSet</code> implementations should be built, regardless of whether the
   164 <code>RowSet</code> implementations should be built, regardless of whether the