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(long hcond)
Parameters for dam_getCondRightVal
| Parameter | Type | Description |
| 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 condition. | |