jdk/src/java.sql/share/classes/java/sql/DriverPropertyInfo.java
changeset 44256 12050b22e372
parent 25859 3317bb8137f4
equal deleted inserted replaced
44255:515cf13d7791 44256:12050b22e372
    29  * <p>Driver properties for making a connection. The
    29  * <p>Driver properties for making a connection. The
    30  * <code>DriverPropertyInfo</code> class is of interest only to advanced programmers
    30  * <code>DriverPropertyInfo</code> class is of interest only to advanced programmers
    31  * who need to interact with a Driver via the method
    31  * who need to interact with a Driver via the method
    32  * <code>getDriverProperties</code> to discover
    32  * <code>getDriverProperties</code> to discover
    33  * and supply properties for connections.
    33  * and supply properties for connections.
       
    34  *
       
    35  * @since 1.1
    34  */
    36  */
    35 
    37 
    36 public class DriverPropertyInfo {
    38 public class DriverPropertyInfo {
    37 
    39 
    38     /**
    40     /**