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

dam_addRowToRowSet

This function adds the row to the join rowset. Each row that is built for a specific row of the outer table should be added using this function.
int dam_addRowToRowSet(
DAM_HROWSET hrowset,
DAM_HROW hrow)
Table 59. Parameters for dam_addRowToRowSet
Parameter
Type
Description
IN
hrowset
DAM_HROWSET
Handle to the rowset.
hrow
DAM_HROW
Handle to the row.
RETURN
int
DAM_SUCCESS - added the row to the rowset
DAM_FAILURE - error adding the row