DriverPropertyInfo Members

DriverPropertyInfo Members

Class Overview | This Package | All Packages

Fields
Name Description
choices If the value may be selected from a particular set of values, then this is an array of the possible values.
description A brief description of the property.
name The name of the property.
required "required" is true if a value must be supplied for this property during Driver.connect.
value "value" specifies the current value of the property, based on a combination of the information supplied to getPropertyInfo, the Java environment, and driver supplied default values.

Constructors
Name Description
DriverPropertyInfo(String, String) Constructor a DriverPropertyInfo with a name and value; other members default to their initial values.