src/java.sql/share/classes/java/sql/package-info.java
changeset 55303 fcc702f17582
parent 52991 9e28eff3d40f
equal deleted inserted replaced
55302:686dedba1d9a 55303:fcc702f17582
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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  *
     4  *
     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
   334  *
   334  *
   335  * <ul>
   335  * <ul>
   336  *   <li><a href="http://docs.oracle.com/javase/tutorial/jdbc/basics/index.html">
   336  *   <li><a href="http://docs.oracle.com/javase/tutorial/jdbc/basics/index.html">
   337  *           Lesson:JDBC Basics(The Javaxx Tutorials &gt; JDBC&trade; Database Access)</a>
   337  *           Lesson:JDBC Basics(The Javaxx Tutorials &gt; JDBC&trade; Database Access)</a>
   338  *
   338  *
   339  *  <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
   339  *  <li>&ldquo;<i>JDBC&trade; API Tutorial and Reference, Third Edition</i>&rdquo;
   340  *           <i>JDBC&trade; API Tutorial and Reference, Third Edition</i></a>
       
   341  * </ul>
   340  * </ul>
   342  */
   341  */
   343 package java.sql;
   342 package java.sql;