skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : damex_allocRow
 

damex_allocRow

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