skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_addRowToTable
 

dam_addRowToTable

This method adds the row to the result set. The IP should call this method if dam_isTargetRow returns DAM_TRUE. All rows added to the result set will be sent back to the client. The IP should check the return code from this method and, on failure, stop processing the query and return DAM_FAILURE.
int dam_addRowToTable(
int64 hstmt,
int64 hRow)
 
Table 93: Parameters for dam_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

See also 

dam_isTargetRow