dam_getCondRightVal
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method is used to retrieve the right value of a condition. If the condition is for a BETWEEN or a LIKE operator, then the condition may contain a right value. A right value is available if dam_describeCond returned a non-zero value for the piRightOpType.
object dam_getCondRightVal(
int64 hcond)
Parameters for dam_getCondRightVal
| 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 condition. |