19 #ifndef __com_sun_star_sdbc_DriverPropertyInfo_idl__
20 #define __com_sun_star_sdbc_DriverPropertyInfo_idl__
22 module
com { module sun { module star { module sdbc {
Definition: Ambiguous.idl:22
describes the driver properties for making a connection.
Definition: DriverPropertyInfo.idl:35
string Description
is a brief description of the property, which may be null.
Definition: DriverPropertyInfo.idl:43
boolean IsRequired
is TRUE if a value must be supplied for this property during Driver.connect and FALSE otherwise.
Definition: DriverPropertyInfo.idl:55
string Name
is the name of the property.
Definition: DriverPropertyInfo.idl:38
sequence< string > Choices
contains a sequence of possible values if the value for the field DriverPropertyInfo....
Definition: DriverPropertyInfo.idl:70
string Value
specifies the current value of the property, based on the driver-supplied default values.
Definition: DriverPropertyInfo.idl:62