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

dam_allocRow

This function allocates a new row and returns its handle. The OpenAccess SDK SQL engine allocates the memory required by the row. A row should be freed if the dam_isTargetRow call fails. A new row must be allocated for each data set that you want to evaluate using the dam_isTargetRow function.
DAM_HROW dam_allocRow(
DAM_HSTMT hstmt)
Table 68. Parameters for dam_allocRow
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.

See also

*dam_isTargetRow