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

dam_getInputRow

This function retrieves the input arguments for a stored procedure call.
Use dam_getFirstValueSet and dam_getNextValueSet to navigate through the arguments contained in the DAM_HROW.
DAM_HROW dam_getInputRow(
DAM_HSTMT hstmt)
Table 125. Parameters for dam_getInputRow
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
RETURN
DAM_HROW
The handle to a row containing the input arguments for the stored procedure call. NULL if no arguments.

See also

*dam_getFirstValueSet
*dam_getNextValueSet