Use Native Catalog Functions
- Last Updated: October 23, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Apache Hive 8.0
- Documentation
Attribute
UseNativeCatalogFunctions (UNCF)Purpose
Note: The
Use Native Catalog Functions option has been replaced by Catalog Mode. The
UseNativeCatalogFunctions attribute will continue to be supported for this release, but will
be deprecated in subsequent versions of the product.
Specifies whether the driver uses
native catalog functions to retrieve information returned by the SQLTables, SQLColumns, and
SQLStatistics catalog functions.Valid Values
0 | 1
Behavior
If set to 0 (Disabled), the driver uses ODBC catalog functions to retrieve data source information.
If set to 1 (Enabled), the driver uses native catalog functions to retrieve information returned by the SQLTables, SQLColumns, and SQLStatistics catalog functions.
Default
None
GUI Tab
None