skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getColToSet
 

dam_getColToSet

This function gets the column handle portion of a value set for an update, insert or input row. A value set consists of the column handle and the value for that column. Use the function dam_getValueToSet to retrieve the associated value.
DAM_HCOL dam_getColToSet(
DAM_HROWELEM hRowElem)
Table 107. Parameters for dam_getColToSet
Parameter
Type
Description
IN
hRowElem
DAM_HROWELEM
The value set handle.
RETURN
DAM_HCOL
The handle to the column to be updated or inserted.

See also

*dam_getValueToSet