Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service DatabaseImportDescriptor

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


Properties' 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.

Properties' Details

SourceType
 
com::sun::star::sheet::DataImportMode SourceType;
Description
this attribute enables importing and specifies from what type of source data is imported.
DatabaseName
 
string DatabaseName;
Description
this attribute specifies the name of the database from which data is imported.
SourceObject
 
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