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

dam_allocRow

This method 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 dam_isTargetRow.
int64 dam_allocRow(
int64 hstmt)
 
Table 97: Parameters for dam_allocRow 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
 
RETURN
 
 
 
int64
The handle to a new row. If a row could not be allocated, 0 is returned.

See also 

dam_isTargetRow