< prev index next >

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

Print this page




 263 <code>RowSetWriter</code> object associated with it) to write changes
 264 back to the underlying data source.  Implementations may vary widely, but
 265 generally, a writer will do the following:
 266 
 267 <UL>
 268   <LI>Make a connection to the data source 
 269   <LI>Check to see whether there is a conflict, that is, whether
 270       a value that has been changed in the rowset has also been changed 
 271       in the data source
 272   <LI>Write the new values to the data source if there is no conflict 
 273   <LI>Close the connection
 274 </UL>
 275  
 276 
 277 </UL>
 278 </OL>
 279 <P>
 280 The <code>RowSet</code> interface may be implemented in any number of
 281 ways, and anyone may write an implementation. Developers are encouraged 
 282 to use their imaginations in coming up with new ways to use rowsets.
 283 <P>
 284 
 285 
 286 <h2>Package Specification</h2>
 287 
 288 <ul>
 289   <li><a href="https://jcp.org/en/jsr/detail?id=221">JDBC 4.3 Specification</a>
 290 </ul>
 291 
 292 <h2>Related Documentation</h2>
 293 
 294 The Java Series book published by Addison-Wesley Longman provides detailed
 295 information about the classes and interfaces in the <code>javax.sql</code>
 296 package: 
 297 
 298 <ul>
 299   <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
 300           <i>JDBC™API Tutorial and Reference, Third Edition</i></a>
 301 </ul>
 302 </body>
 303 </html>


 263 <code>RowSetWriter</code> object associated with it) to write changes
 264 back to the underlying data source.  Implementations may vary widely, but
 265 generally, a writer will do the following:
 266 
 267 <UL>
 268   <LI>Make a connection to the data source 
 269   <LI>Check to see whether there is a conflict, that is, whether
 270       a value that has been changed in the rowset has also been changed 
 271       in the data source
 272   <LI>Write the new values to the data source if there is no conflict 
 273   <LI>Close the connection
 274 </UL>
 275  
 276 
 277 </UL>
 278 </OL>
 279 <P>
 280 The <code>RowSet</code> interface may be implemented in any number of
 281 ways, and anyone may write an implementation. Developers are encouraged 
 282 to use their imaginations in coming up with new ways to use rowsets.

 283 
 284 
 285 <h2>Package Specification</h2>
 286 
 287 <ul>
 288   <li><a href="https://jcp.org/en/jsr/detail?id=221">JDBC 4.3 Specification</a>
 289 </ul>
 290 
 291 <h2>Related Documentation</h2>
 292 
 293 The Java Series book published by Addison-Wesley Longman provides detailed
 294 information about the classes and interfaces in the <code>javax.sql</code>
 295 package: 
 296 
 297 <ul>
 298   <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
 299           <i>JDBC™API Tutorial and Reference, Third Edition</i></a>
 300 </ul>
 301 </body>
 302 </html>
< prev index next >