skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_getCondRightVal
 

dam_getCondRightVal

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)
Table 170. Parameters for dam_getCondRightVal
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 34. This value is NULL for col=NULL condition.

See also

*dam_describeCond