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