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