public interface JdbcDriverProperty extends Property
comparator
Modifier and Type | Method and Description |
---|---|
Collection<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. |
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. |
compareTo, getDescription, getName
Collection<String> getChoices()
DriverPropertyInfo.value
may be selected from a particular set of values.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.Copyright © 2000-2025 Sualeh Fatehi. All rights reserved.