skip to main content
SQL Engine parse tree methods for Java : damex_addRowToTable
 

damex_addRowToTable

This method adds the row to the result set. All rows that are added to the result set will be sent back to the client.
int damex_addRowToTable(
    long hstmt,
    long hRow)
Table 249. Parameters for damex_addRowToTable
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
hRow
long
The row handle.
RETURN
int
DAM_SUCCESS - Added the row.DAM_FAILURE - Failed to add the row.