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