|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
represents a description of how data from an external database is imported. More...
import "DatabaseImportDescriptor.idl";
Public Attributes | |
| com::sun::star::sheet::DataImportMode | SourceType |
| enables importing and specifies from what type of source data is imported. | |
| string | DatabaseName |
| specifies the name of the database from which data is imported. | |
| string | SourceObject |
| specifies the table, query, or statement from which data is imported. | |
| boolean | IsNative |
| specifies whether the SQL statement is given directly to the database or is parsed before. | |
| string | ConnectionResource |
| indicates a connection URL, which locates a database driver. | |
represents a description of how data from an external database is imported.
|
optionalproperty |
indicates a connection URL, which locates a database driver.
|
property |
specifies the name of the database from which data is imported.
|
optionalproperty |
specifies whether the SQL statement is given directly to the database or is parsed before.
|
property |
specifies the table, query, or statement from which data is imported.
The meaning of this is determined by the DatabaseImportDescriptor::SourceType attribute.
|
property |
enables importing and specifies from what type of source data is imported.