public class DriverPropertyInfo extends Object
Driver.getPropertyInfo(String, java.util.Properties) method and
allows for the advanced connection handling.| Modifier and Type | Field and Description |
|---|---|
String[] |
choices
If the value member can be chosen from a set of possible values, they are
contained here.
|
String |
description
A description of the property.
|
String |
name
The name of the property.
|
boolean |
required
true when the value member must be provided during Driver.connect. |
String |
value
The current value associated with this property.
|
| Constructor and Description |
|---|
DriverPropertyInfo(String name,
String value)
Creates a
DriverPropertyInfo instance with the supplied name and
value. |
public String[] choices
null.public String description
null.public String name
public boolean required
true when the value member must be provided during Driver.connect. false otherwise.public String value
getPropertyInfo method, the general Java
environment and the driver's default values.