RemoveColumnQualifiers
- Last Updated: October 21, 2015
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
Purpose
Specifies whether the driver removes 3-part column qualifiers and replaces them with alias.column qualifiers.
Valid Values
true | false
Behavior
If set to true (enabled), the driver
removes 3-part column qualifiers and replaces them with alias.column qualifiers.
If set to false, the driver does not
modify the request.
Default
false (Disabled)
Data Type
boolean