LibreOffice
LibreOffice 24.8 SDK API Reference
|
specifies service of a Database field master. More...
import <Database.idl;
Included Services | |
service | com::sun::star::text::TextFieldMaster |
Public Attributes | |
string | DataBaseName |
specifies the database name. | |
long | CommandType |
contains the CommandType this can be the name of a data base table, a data query or a statement. | |
string | DataTableName |
contains the command string. | |
string | DataColumnName |
contains the name of the data base table. | |
string | DataBaseURL |
indicates the URL of a database file. | |
string | DataBaseResource |
indicates a connection URL, which locates a database driver. | |
string | Name |
contains the DataColumnName but it enables the fieldmaster and its depending fields to work without setting DataSourceName, DataTableName and CommandType | |
![]() | |
string | Name |
determines the name of the field master. | |
string | InstanceName |
contains the instance name as it is used in the com::sun::star::text::XTextFieldsSupplier. | |
specifies service of a Database field master.
Only one of the properties DataBaseName, DataBaseURL and DataBaseResource should be set. If more than one are set the last one will be used.
|
property |
contains the CommandType this can be the name of a data base table, a data query or a statement.
(0 = table, 1 = query, 2 = statement)
|
property |
specifies the database name.
|
optionalproperty |
indicates a connection URL, which locates a database driver.
|
optionalproperty |
indicates the URL of a database file.
|
property |
contains the name of the data base table.
|
property |
contains the command string.
Depending on the CommandType property this can be the name of a data base table, a data query or a statement.
|
optionalproperty |
contains the DataColumnName but it enables the fieldmaster and its depending fields to work without setting DataSourceName, DataTableName and CommandType