skip to main content
SQL Engine parse tree methods for Java : damex_allocRow
 

damex_allocRow

This method allocates a new row and returns its handle.
long damex_allocRow(long hstmt)
Table 251. Parameters for damex_allocRow
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
RETURN
long
The handle to a new row. A 0 is returned if a row could not be allocated.