LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
ConnectionProperties Service Referencepublished

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

import"ConnectionProperties.idl";

Inheritance diagram for ConnectionProperties:
FILEConnectionProperties JDBCConnectionProperties ODBCConnectionProperties DBASEConnectionProperties FLATConnectionProperties

Public Attributes

string user
 the username More...
 
string password
 the password More...
 

Detailed Description

represents the properties for a 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::JDBCConnectionProperties
com::sun::star::sdbc::ODBCConnectionProperties
com::sun::star::sdbc::FILEConnectionProperties
com::sun::star::sdbc::DBASEConnectionProperties
com::sun::star::sdbc::FLATConnectionProperties

Member Data Documentation

◆ password

string password
optionalproperty

the password

◆ user

string user
optionalproperty

the username


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