represents a description of how data from an external database is imported.  
 More...
import "DatabaseImportDescriptor.idl";
|  | 
| 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. 
- See also
- com::sun::star::sheet::XDatabaseRange
- Developers Guide
- Spreadsheet Documents - Database Import
 
◆ ConnectionResource
  
  | 
        
          | string ConnectionResource |  | optionalproperty | 
 
indicates a connection URL, which locates a database driver. 
- Since
- OOo 2.0 
 
 
◆ DatabaseName
specifies the name of the database from which data is imported. 
 
 
◆ IsNative
specifies whether the SQL statement is given directly to the database or is parsed before. 
- Since
- OOo 2.0 
 
 
◆ SourceObject
◆ SourceType
enables importing and specifies from what type of source data is imported. 
 
 
The documentation for this service was generated from the following file: