21module
com { module sun { module star { module sheet {
DataImportMode
used to specify which database contents are imported.
Definition DataImportMode.idl:27
Definition Ambiguous.idl:20
represents a description of how data from an external database is imported.
Definition DatabaseImportDescriptor.idl:30
com::sun::star::sheet::DataImportMode SourceType
enables importing and specifies from what type of source data is imported.
Definition DatabaseImportDescriptor.idl:35
string ConnectionResource
indicates a connection URL, which locates a database driver.
Definition DatabaseImportDescriptor.idl:63
string DatabaseName
specifies the name of the database from which data is imported.
Definition DatabaseImportDescriptor.idl:40
boolean IsNative
specifies whether the SQL statement is given directly to the database or is parsed before.
Definition DatabaseImportDescriptor.idl:57
string SourceObject
specifies the table, query, or statement from which data is imported.
Definition DatabaseImportDescriptor.idl:48