|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.sql.DriverPropertyInfo
public class DriverPropertyInfo
This class holds a driver property that can be used for querying or setting driver configuration parameters.
| Field Summary | |
|---|---|
String[] |
choices
If values are restricted to certain choices, this is the list of valid ones. |
String |
description
A description of the property, possibly null. |
String |
name
The name of the property. |
boolean |
required
A flag indicating whether or not a value for this property is required in order to connect to the database. |
String |
value
This is the value of the property. |
| Constructor Summary | |
|---|---|
DriverPropertyInfo(String name,
String value)
This method initializes a new instance of DriverPropertyInfo
with the specified name and value. |
|
| Method Summary |
|---|
| 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
null.
public boolean required
public String value
public String[] choices
null.
| Constructor Detail |
|---|
public DriverPropertyInfo(String name,
String value)
DriverPropertyInfo
with the specified name and value. All other fields are defaulted.
name - The name of the property.value - The value to assign to the property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||