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 except BETWEEN return only one value. If the query contains a BETWEEN or LIKE operator, then the condition may contain a right value, which you can obtain by calling dam_getCondRightVal.
Object dam_getCondVal(long hcond)
Parameters for dam_getCondVal
| Parameter | Type | Description |
| INPUT | ||
| hcond | long | 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. See Table How the methods for Java return a value as an object. This value is NULL for col=NULL conditions. | |