QueryAllMetadata
This option controls whether to query all catalogs and schemas/databases or only specified ones. The default catalog is specified by the property Catalog . The default schema/database is specified by the property Database .
データ型
bool
デフォルト値
true
解説
True by default. The driver queries metadata from all catalogs and schemas/databases.
When set to False:
- If only Catalog is set, the driver queries metadata from all schemas/databases under the specified catalog.
- If both Catalog and Database are set, the driver queries metadata only from the specified catalog and schema/database.
- If neither is set, the driver queries metadata from the default catalog and schema/database.