20 module
com { module sun { module star { module sdbc {
Definition Ambiguous.idl:20
describes the driver properties for making a connection.
Definition DriverPropertyInfo.idl:33
string Description
is a brief description of the property, which may be null.
Definition DriverPropertyInfo.idl:41
boolean IsRequired
is TRUE if a value must be supplied for this property during Driver.connect and FALSE otherwise.
Definition DriverPropertyInfo.idl:53
string Name
is the name of the property.
Definition DriverPropertyInfo.idl:36
sequence< string > Choices
contains a sequence of possible values if the value for the field DriverPropertyInfo....
Definition DriverPropertyInfo.idl:68
string Value
specifies the current value of the property, based on the driver-supplied default values.
Definition DriverPropertyInfo.idl:60