| IDatabaseInfo Interface |
Namespace: Qlik.Engine
The IDatabaseInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DBFirst | If set to true, it means that the database is displayed first, before the owners and tables. | |
| DBMSName | Name of the product accessed by the provider | |
| DBSeparator | Character string used after the database name
Example with separator ".":
FROM LinkedTablesData.dbo.Months
Where:
LinkedTablesData is the database name
dbo is the owner name
Months is the table name | |
| DBUsage | If set to true, it means that the data source contains some databases. | |
| DefaultDatabase | Name of the default database | |
| Keywords | List of the script keywords | |
| OwnerSeparator | Character string used after the owner name
Example with separator ".":
FROM LinkedTablesData.dbo.Months
Where:
LinkedTablesData is the database name
dbo is the owner name
Months is the table name | |
| OwnerUsage | If set to true, it means that the data source contains some owners. | |
| QuotePreffix | Prefix used with field, database or owner names that contain special characters or keywords. | |
| QuoteSuffix | Suffix used with field, database or owner names that contain special characters or keywords. | |
| SpecialChars | List of the special characters |