20module
com { module sun { module star { module sdbc {
Definition Ambiguous.idl:20
represents the properties for a FILE connection (session) with a specific database.
Definition FILEConnectionProperties.idl:37
represents the properties for a FLAT connection (session) with a specific database.
Definition FLATConnectionProperties.idl:37
string Extension
the extension of the files to be used.
Definition FLATConnectionProperties.idl:62
string ThousandDelimiter
A one character delimiter to separate the thousands.
Definition FLATConnectionProperties.idl:58
string FieldDelimiter
A one character delimiter to separate the fields.
Definition FLATConnectionProperties.idl:46
boolean HeaderLine
TRUE when the file contains a header line otherwise FALSE
Definition FLATConnectionProperties.idl:42
string DecimalDelimiter
A one character delimiter to separate the decimal.
Definition FLATConnectionProperties.idl:54
string StringDelimiter
A one character delimiter to separate the strings.
Definition FLATConnectionProperties.idl:50