service DatabaseImportDescriptor in module com::sun::star::sheet::

(Global Index)

Syntax

service DatabaseImportDescriptor;

Description

a description of how data from an external database is imported.

Property Summary

SourceType this attribute enables importing and specifies from what type of source data is imported.

DatabaseName this attribute specifies the name of the database from which data is imported.

SourceObject this attribute specifies the table, query, or statement from which data is imported.

Property Details



SourceType

Syntax

com::sun::star::sheet::DataImportMode SourceType;

Description

this attribute enables importing and specifies from what type of source data is imported.


DatabaseName

Syntax

string DatabaseName;

Description

this attribute specifies the name of the database from which data is imported.


SourceObject

Syntax

string SourceObject;

Description

this attribute specifies the table, query, or statement from which data is imported.

The meaning of this is determined by the DatabaseImportDescriptor::SourceType attribute.

Top of Page