skip to main content
DataDirect Connect XE Drivers : The Driver for Apache Hive : Connection Properties : UseCurrentSchema
  
UseCurrentSchema
Purpose
Specifies whether results are restricted to the tables and views in the current schema if a call is made without specifying a schema or if the schema is specified as the wildcard character %. Restricting results to the tables and views in the current schema improves performance of calls that do not specify a schema.
Valid Values
true | false
Behavior
If set to true, the results that are returned from getTables() and getColumns() methods are restricted to the tables and views in the current schema.
If set to false, the results that are returned from getTables() and getColumns() methods are not restricted.
Default
false
Data Type
Boolean
See also
Performance Considerations