jdk/src/share/classes/javax/sql/DataSource.java
changeset 18564 f9db68ff2cbb
parent 18156 edb590d448c5
equal deleted inserted replaced
18563:35827454c772 18564:f9db68ff2cbb
    34  * {@code DataSource} object represents.  An alternative to the
    34  * {@code DataSource} object represents.  An alternative to the
    35  * {@code DriverManager} facility, a {@code DataSource} object
    35  * {@code DriverManager} facility, a {@code DataSource} object
    36  * is the preferred means of getting a connection. An object that implements
    36  * is the preferred means of getting a connection. An object that implements
    37  * the {@code DataSource} interface will typically be
    37  * the {@code DataSource} interface will typically be
    38  * registered with a naming service based on the
    38  * registered with a naming service based on the
    39  * Java<sup><font size=-2>TM</font></sup> Naming and Directory (JNDI) API.
    39  * Java&trade; Naming and Directory (JNDI) API.
    40  * <P>
    40  * <P>
    41  * The {@code DataSource} interface is implemented by a driver vendor.
    41  * The {@code DataSource} interface is implemented by a driver vendor.
    42  * There are three types of implementations:
    42  * There are three types of implementations:
    43  * <OL>
    43  * <OL>
    44  *   <LI>Basic implementation -- produces a standard {@code Connection}
    44  *   <LI>Basic implementation -- produces a standard {@code Connection}