LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
DBASEConnectionProperties Service Reference

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

import "DBASEConnectionProperties.idl";

Inheritance diagram for DBASEConnectionProperties:
FILEConnectionProperties ConnectionProperties

Included Services

service com::sun::star::sdbc::FILEConnectionProperties
Included Services inherited from FILEConnectionProperties
service com::sun::star::sdbc::ConnectionProperties

Public Attributes

boolean ShowDeleted
 TRUE when deleted rows should be shown, otherwise FALSE
Public Attributes inherited from FILEConnectionProperties
string CharSet
 specifies the encoding to use to translate the backend data
Public Attributes inherited from ConnectionProperties
string user
 the username
string password
 the password

Detailed Description

represents the properties for a dBase 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

Exported Interfaces

◆ com::sun::star::sdbc::FILEConnectionProperties

Member Data Documentation

◆ ShowDeleted

boolean ShowDeleted
optionalproperty

TRUE when deleted rows should be shown, otherwise FALSE


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