| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.sql.DriverPropertyInfo
Driver properties for making a connection. The
 DriverPropertyInfo class is of interest only to advanced programmers
 who need to interact with a Driver via the method
 getDriverProperties to discover
 and supply properties for connections.
| Field Summary | |
|  String[] | choicesAn array of possible values if the value for the field DriverPropertyInfo.valuemay be selected
 from a particular set of values; otherwise null. | 
|  String | descriptionA brief description of the property, which may be null. | 
|  String | nameThe name of the property. | 
|  boolean | requiredThe requiredfield istrueif a value must be 
 supplied for this property
 duringDriver.connectandfalseotherwise. | 
|  String | valueThe valuefield specifies the current value of 
 the property, based on a combination of the information
 supplied to the methodgetPropertyInfo, the
 Java environment, and the driver-supplied default values. | 
| Constructor Summary | |
| DriverPropertyInfo(String name,
                   String value)Constructs a DriverPropertyInfoobject with a name and value;
 other members default to their initial values. | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public String name
public String description
public boolean required
required field is true if a value must be 
 supplied for this property
 during Driver.connect and false otherwise.public String value
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.  This field
 may be null if no value is known.public String[] choices
DriverPropertyInfo.value may be selected
 from a particular set of values; otherwise null.| Constructor Detail | 
public DriverPropertyInfo(String name, String value)
DriverPropertyInfo object with a name and value;
 other members default to their initial values.name - the name of the propertyvalue - the current value, which may be null| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.