skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_getInputRow
 

dam_getInputRow

This method retrieves the 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.
int64 dam_getInputRow(
int64 hstmt)
 
 
Table 150: Parameters for dam_getInputRow 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
RETURN
 
 
 
int64
The handle to a row containing the input arguments for the stored procedure call.
0 if no arguments

See also 

dam_getFirstValueSet
dam_getNextValueSet