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

dam_getInputRow

This method retrieves input arguments for a stored procedure call.
Use the methods dam_getFirstValueSet and dam_getNextValueSet to navigate through the arguments contained in the returned row.
long dam_getInputRow(long hstmt)
Table 187. Parameters for dam_getInputRow
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
RETURN
long
The handle to a row containing the input arguments for the stored procedure call. 0 if no arguments.

See also

*dam_getFirstValueSet
*dam_getNextValueSet