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

dam_addRowBufferToRowTable

This method 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 method. This function performs the dam_allocRowSet, dam_addxxxValToRow, and dam_isTargetRow operations. On success, the method performs dam_addRowToTable.
Return codes are returns as part of the RowBuffer.status[index].
int dam_addRowToRowSet(
long hrowset,
long hRow)
Table 125. Parameters for dam_addRowBufferToRowTable
Parameter
Type
Description
INPUT
hrowset
long
The handle to the rowset.
hRow
long
The handle to the row.
RETURN
int
DAM_SUCCESS - added the row to the rowset.
DAM_FAILURE - error adding the row.

See also

*dam_allocRowSet
*dam_addxxxValToRow
*dam_addRowToTable
*dam_isTargetRow