ApplyToLabel
- Last Updated: February 19, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Determines whether the driver applies the toLabel() function to the picklist fields when executing queries. The toLabel() function translates the result set of a query into the language of the user.
Valid Values
true | false
Behavior
If set to true, the driver applies the toLabel() function to the picklist fields when executing queries.
If set to false, the driver does not apply the toLabel() function to the picklist fields when executing queries.
Notes
- The driver does not apply the toLabel() function to the picklist fields specified using the Order By clause.
Data Source Methods
setApplyTolabel
Default Value
false
Data Type
Boolean