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 {
string Description
is a brief description of the property, which may be null.
Definition: DriverPropertyInfo.idl:43
Definition: Ambiguous.idl:22
boolean IsRequired
is TRUE if a value must be supplied for this property during Driver.connect and FALSE otherwise...
Definition: DriverPropertyInfo.idl:55
describes the driver properties for making a connection.
Definition: DriverPropertyInfo.idl:34
string Name
is the name of the property.
Definition: DriverPropertyInfo.idl:38
string Value
specifies the current value of the property, based on the driver-supplied default values...
Definition: DriverPropertyInfo.idl:62
sequence< string > Choices
contains a sequence of possible values if the value for the field DriverPropertyInfo.value may be selected from a particular set of values; otherwise empty.
Definition: DriverPropertyInfo.idl:70