LibreOffice
LibreOffice 5.4 SDK API Reference
Included Services | Public Attributes | List of all members
FILEConnectionProperties Service Reference

represents the properties for a FILE connection (session) with a specific database. More...

import"FILEConnectionProperties.idl";

Inheritance diagram for FILEConnectionProperties:
ConnectionProperties DBASEConnectionProperties FLATConnectionProperties

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...
 

Detailed Description

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.

See also
com::sun::star::sdbc::XDriver
com::sun::star::sdbc::XDriverManager
com::sun::star::sdbc::ConnectionProperties

Exported Interfaces

◆ com::sun::star::sdbc::ConnectionProperties

Member Data Documentation

◆ CharSet

string CharSet
optionalproperty

specifies the encoding to use to translate the backend data

See the IANA character set list for a list of valid values.


The documentation for this service was generated from the following file: