:: com :: sun :: star :: sheet ::

service DatabaseImportDescriptor
Description
represents a description of how data from an external database is imported.
See also
XDatabaseRange
Developers Guide
8.3.5 Spreadsheet Documents - Working with Spreadsheet Documents - Database Operations - Database Import

Properties' Summary
SourceType enables importing and specifies from what type of source data is imported.
DatabaseName specifies the name of the database from which data is imported.
SourceObject specifies the table, query, or statement from which data is imported.
Properties' Details
SourceType
DataImportMode SourceType;
Description
enables importing and specifies from what type of source data is imported.
DatabaseName
string DatabaseName;
Description
specifies the name of the database from which data is imported.
SourceObject
string SourceObject;
Description
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