LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
NamedDatabaseObject Struct Reference

denotes a named database object, or a named folder of database objects More...

import"NamedDatabaseObject.idl";

Public Attributes

long Type
 denotes the type of the object. More...
 
string Name
 denotes the name of the object More...
 

Detailed Description

denotes a named database object, or a named folder of database objects

Since
OOo 3.0

Member Data Documentation

◆ Name

string Name

denotes the name of the object

In case of forms, reports, form folders and report folders, this is the hierarchical path to the object, where the path elements are separated by a slash (/).

In case of tables, this is the fully qualified name of the table, as required by the database's table name composition rules.

In case of queries, this is the name of the query.

In case of virtual folders denoted by DatabaseObjectContainer::CATALOG and DatabaseObjectContainer::SCHEMA, it is

  • <schema>, if the database supports schemas only
  • <catalog>, if the database supports catalogs only
  • <catalog>.<schema>, if the database supports both catalogs and schemas, and catalogs are to appear at the beginning of an identifier.
  • <schema>.<catalog>, if the database supports both catalogs and schemas, and catalogs are to appear at the end of an identifier.

In case of the virtual folders denoted by DatabaseObjectContainer::TABLES, DatabaseObjectContainer::QUERIES, DatabaseObjectContainer::DATA_SOURCE, DatabaseObjectContainer::FORMS or DatabaseObjectContainer::REPORTS, this denotes the name of the data source (as denoted by com::sun::star::sdb::DataSource::Name)

See also
XDatabaseMetaData::isCatalogAtStart
DatabaseObjectContainer

◆ Type

long Type

denotes the type of the object.

This member is one of the DatabaseObject or DatabaseObjectContainer constants.


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