|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JdbcDriverProperty
Represents a JDBC driver property, and it's value.
| Method Summary | |
|---|---|
java.lang.String[] |
getChoices()
Gets the array of possible values if the value for the field DriverPropertyInfo.value may be selected from a
particular set of values. |
java.lang.String |
getDescription()
Gets the description of the property. |
java.lang.String |
getValue()
Gets the 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. |
boolean |
isRequired()
The required field is true if a value
must be supplied for this property during
Driver.connect and false otherwise. |
| Methods inherited from interface schemacrawler.schema.NamedObject |
|---|
getAttribute, getAttributes, getFullName, getName, getRemarks, setAttribute |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String[] getChoices()
DriverPropertyInfo.value may be selected from a
particular set of values.
java.lang.String getDescription()
java.lang.String getValue()
getPropertyInfo, the Java environment, and the
driver-supplied default values. This field may be null if no value
is known.
boolean isRequired()
required field is true if a value
must be supplied for this property during
Driver.connect and false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||