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

dam_getCondVal

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)
Table 171. 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 34. This value is NULL for col=NULL conditions.