RemoveColumnQualifiers
- Last Updated: February 7, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- 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.
Data Source Method
setRemoveColumnQualifiers
public Boolean
getRemoveColumnQualifiers()
public void
setRemoveColumnQualifiers(Boolean)
Default
false (Disabled)
Data Type
Boolean