skip to main content
SQL Engine Parse Tree API : SQL Engine Parse Tree functions reference : damex_allocRow
 

damex_allocRow

This function allocates a new row and returns its handle.
DAM_HROW damex_allocRow(
    DAM_HSTMT hstmt)
Table 183. Parameters for damex_allocRow
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
RETURN
DAM_HROW
The handle to a new row. A NULL is returned if a row could not be allocated.