skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : damex_addRowToTable
 

damex_addRowToTable

This method adds the row to the result set. All rows added to the result set will be sent back to the client.
int damex_addRowToTable(
int64 hstmt,
int64 hRow)
 
Table 207: Parameters for damex_addRowToTable 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
hRow
int64
The row handle
RETURN
 
 
 
int
DAM_SUCCESS – Added the row
DAM_FAILURE – Failed to add the row