src/java.sql/share/classes/javax/sql/package-info.java
changeset 55303 fcc702f17582
parent 52991 9e28eff3d40f
child 58446 5c83830390ba
equal deleted inserted replaced
55302:686dedba1d9a 55303:fcc702f17582
     1 /**
     1 /**
     2  * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * <p>
     4  * <p>
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   285  * The Java Series book published by Addison-Wesley Longman provides detailed
   285  * The Java Series book published by Addison-Wesley Longman provides detailed
   286  * information about the classes and interfaces in the <code>javax.sql</code>
   286  * information about the classes and interfaces in the <code>javax.sql</code>
   287  * package:
   287  * package:
   288  *
   288  *
   289  * <ul>
   289  * <ul>
   290  * <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
   290  * <li>&ldquo;<i>JDBC&#8482;API Tutorial and Reference, Third Edition</i>&rdquo;
   291  * <i>JDBC&#8482;API Tutorial and Reference, Third Edition</i></a>
       
   292  * </ul>
   291  * </ul>
   293  */
   292  */
   294 package javax.sql;
   293 package javax.sql;