represents the properties for a FLAT connection (session) with a specific database.
More...
import "FLATConnectionProperties.idl";
|
boolean | HeaderLine |
| TRUE when the file contains a header line otherwise FALSE
|
string | FieldDelimiter |
| A one character delimiter to separate the fields.
|
string | StringDelimiter |
| A one character delimiter to separate the strings.
|
string | DecimalDelimiter |
| A one character delimiter to separate the decimal.
|
string | ThousandDelimiter |
| A one character delimiter to separate the thousands.
|
string | Extension |
| the extension of the files to be used.
|
string | CharSet |
| specifies the encoding to use to translate the backend data
|
string | user |
| the username
|
string | password |
| the password
|
represents the properties for a FLAT connection (session) with a specific database.
These properties can be used when calling the method com::sun::star::sdbc::XDriver::connect() or com::sun::star::sdbc::XDriverManager::getConnectionWithInfo().
The properties for a connection contain additional information about how to connect to a database and how to control the behavior of the resulting connection should be.
- See also
- com::sun::star::sdbc::XDriver
-
com::sun::star::sdbc::XDriverManager
-
com::sun::star::sdbc::FILEConnectionProperties
◆ com::sun::star::sdbc::FILEConnectionProperties
◆ DecimalDelimiter
A one character delimiter to separate the decimal.
◆ Extension
the extension of the files to be used.
◆ FieldDelimiter
A one character delimiter to separate the fields.
◆ HeaderLine
TRUE when the file contains a header line otherwise FALSE
◆ StringDelimiter
A one character delimiter to separate the strings.
◆ ThousandDelimiter
A one character delimiter to separate the thousands.
The documentation for this service was generated from the following file: