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

dam_getNextValueSet

This function gets the next value set of an update or an insert row. A value set consists of the column handle and the value for that column.
Related functions:
*dam_getColToSet and dam_getValueToSet retrieve the corresponding column handle and the associated value.
*dam_describeCol can be used with the column handle to retrieve the name and number of the target column.
DAM_HROWELEM dam_getNextValueSet(
DAM_HSTMT hstmt)
Table 142. Parameters for dam_getNextValueSet
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
RETURN
DAM_HROWELEM
The handle to the update/insert value set.
A NULL is returned if value set is not available.

See also

*dam_describeCol
*dam_getColToSet
*dam_getValueToSet