dam_getInputRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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)
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. | |