CheckBoxAsText (configuration option)
- Last Updated: October 23, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Eloqua 6.0
- Documentation
Purpose
Specifies whether the check box values of user-defined columns should be returned as string or Boolean.
Valid Values
0 | 1
Behavior
If set to 0, the check box value is
returned as a Boolean. The Boolean is described as a Bit in the relational map, either
checkedValue or uncheckedValue. When neither of these values is present, the check box value is
returned as NULL.
If set to 1, the stored literal value
of the check box is returned as a string. The string is described as a Varchar in the
relational map.
Default
0
Data Type
String