LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents the properties for a FILE connection (session) with a specific database. More...
import"FILEConnectionProperties.idl";
Included Services | |
service | com::sun::star::sdbc::ConnectionProperties |
Public Attributes | |
string | CharSet |
specifies the encoding to use to translate the backend data More... | |
Public Attributes inherited from ConnectionProperties | |
string | user |
the username More... | |
string | password |
the password More... | |
represents the properties for a FILE 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.
|
optionalproperty |
specifies the encoding to use to translate the backend data
See the IANA character set list for a list of valid values.
For internal purposes (e.g., when using an encoding for which no IANA character set name exists), this may also be an UNSIGNED SHORT value representing one of the rtl_TextEncoding values in rtl/textenc.h.