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

dam_allocOutputRow

This function allocates an output row and returns its handle. The OpenAccess SDK SQL engine allocates the memory required by the row. Use this row to provide return values and output values from stored procedure calls.
DAM_HROW dam_allocOutputRow(
DAM_HSTMT hstmt)
Table 67. Parameters for dam_allocOutputRow
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
RETURN
DAM_HROW
A handle to a new row. A NULL is returned if a row could not be allocated.