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

dam_addJoinRowSet

This function associates the join rowset of the inner table with the outer table row. After all the child rows have been added to the rowset, the join rowset should be added to the current row of the outer table.
int dam_addJoinRowSet(
DAM_HROWSET hrowset,
DAM_HROW hrow)
Table 56. Parameters for dam_addJoinRowSet
Parameter
Type
Description
IN
hrow
DAM_HROW
The handle of the outer table row.
hrowset
DAM_HROWSET
The handle to the inner table rowset to be associated with the outer table row.
RETURN
int
DAM_SUCCESS - associated the rowset to the row
DAM_FAILURE - error