jdk/src/share/classes/java/sql/DriverManager.java
changeset 21278 ef8a3a2a72f2
parent 19858 7c37f6ac403b
child 21950 db3c826749f7
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    57  * the <code>META-INF/services/java.sql.Driver</code> file would contain the entry:
    57  * the <code>META-INF/services/java.sql.Driver</code> file would contain the entry:
    58  * <pre>
    58  * <pre>
    59  * <code>my.sql.Driver</code>
    59  * <code>my.sql.Driver</code>
    60  * </pre>
    60  * </pre>
    61  *
    61  *
    62  * <P>Applications no longer need to explictly load JDBC drivers using <code>Class.forName()</code>. Existing programs
    62  * <P>Applications no longer need to explicitly load JDBC drivers using <code>Class.forName()</code>. Existing programs
    63  * which currently load JDBC drivers using <code>Class.forName()</code> will continue to work without
    63  * which currently load JDBC drivers using <code>Class.forName()</code> will continue to work without
    64  * modification.
    64  * modification.
    65  *
    65  *
    66  * <P>When the method <code>getConnection</code> is called,
    66  * <P>When the method <code>getConnection</code> is called,
    67  * the <code>DriverManager</code> will attempt to
    67  * the <code>DriverManager</code> will attempt to