skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_allocOutputRow
 

dam_allocOutputRow

This method allocates an output row and returns its handle. The OpenAccess SDK SQL engine allocates the memory that is required by the row. Use this row to provide return values and output values from stored procedure calls.
long dam_allocRow(long hstmt)
Table 130. Parameters for dam_allocOutputRow
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.