jdk/src/java.sql/share/classes/javax/sql/package.html
changeset 44112 d0b2c775ec6d
parent 30678 a8b7fd8ede97
child 45885 562fed91cd84
equal deleted inserted replaced
44111:bdec8d5e30da 44112:d0b2c775ec6d
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     2 <html>
     2 <html>
     3 <head>
     3 <head>
     4 <!--
     4 <!--
     5 Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
     5 Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
     6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7 
     7 
     8 This code is free software; you can redistribute it and/or modify it
     8 This code is free software; you can redistribute it and/or modify it
     9 under the terms of the GNU General Public License version 2 only, as
     9 under the terms of the GNU General Public License version 2 only, as
    10 published by the Free Software Foundation.  Oracle designates this
    10 published by the Free Software Foundation.  Oracle designates this
   279 <P>
   279 <P>
   280 The <code>RowSet</code> interface may be implemented in any number of
   280 The <code>RowSet</code> interface may be implemented in any number of
   281 ways, and anyone may write an implementation. Developers are encouraged 
   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.
   282 to use their imaginations in coming up with new ways to use rowsets.
   283 <P>
   283 <P>
   284 <B>IMPORTANT NOTE:</B> Code that uses API marked "Since 1.6" must be run using a 
   284 
   285 JDBC technology driver that implements the JDBC 4.0 API.
       
   286 You must check your driver documentation to be sure that it implements
       
   287 the particular features you want to use.
       
   288 
   285 
   289 <h2>Package Specification</h2>
   286 <h2>Package Specification</h2>
   290 
   287 
   291 <ul>
   288 <ul>
   292   <li><a href="https://jcp.org/en/jsr/detail?id=221">JDBC 4.2 Specification</a>
   289   <li><a href="https://jcp.org/en/jsr/detail?id=221">JDBC 4.3 Specification</a>
   293 </ul>
   290 </ul>
   294 
   291 
   295 <h2>Related Documentation</h2>
   292 <h2>Related Documentation</h2>
   296 
   293 
   297 The Java Series book published by Addison-Wesley Longman provides detailed
   294 The Java Series book published by Addison-Wesley Longman provides detailed