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
|
|
Syntax
com::sun::star::sheet::DataImportMode SourceType;
Description
this attribute enables importing and specifies from what
type of source data is imported.
Syntax
string DatabaseName;
Description
this attribute specifies the name of the database from which
data is imported.
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.