API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. DriverPropertyInfo View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DriverPropertyInfo
Implements
Subclasses
Description
public class DriverPropertyInfo
  Driver properties for making a connection.
See also:   
Constructors
public DriverPropertyInfo (String name, String value)
  Constructs a DriverPropertyInfo object with a given name and value.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public String choices
An array of possible values if the value for the field DriverPropertyInfo.value may be selected from a particular set of values; otherwise null.
public String description
A brief description of the property, which may be null.
public String name
The name of the property.
public boolean required
The required field is true if a value must be supplied for this property during Driver.connect and false otherwise.
public String value
  The value field specifies the current value of the property, based on a combination of the information supplied to the method getPropertyInfo, the Java environment, and the driver-supplied default values.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar