dam_getCondVal
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method is used to retrieve the value of a condition. All conditions always have a left value, if the call to dam_describeCond returned a value for the piLeftOpType.
All conditions except BETWEEN return only one value. If the query contains a BETWEEN or LIKE operator, then use dam_getCondRightVal to obtain the second part of the condition value.
object dam_getCondVal(
int64 hcond)
Parameters for dam_getCondVal
| Parameter | Type | Description |
| IN | ||
| hcond | int64 | The condition handle |
| RETURN | ||
| object | The object that represents the data portion of the condition. The format of the data depends on the data type of the condition. This value is NULL for col=NULL conditions. |