RemoveColumnQualifiers
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
Default
false (Disabled)
Data Type
boolean
See also