dam_getTableFunctionArgList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function gets, during the OAIP_Schema function call, the parameter list of the table function. The obtained value expression list is used to get each individual argument passed to the table function using dam_getFirstValExp and dam_getNextValExp.
DAM_HVALEXP_LIST dam_getTableFunctionArgList (DAM_OBJ pObj)
Parameters for dam_getTableFunctionArgList
| Parameter | Type | Description |
| IN | ||
| pObj | DAM_OBJ | The handle of the table object for which the parameters list is requested. |
| RETURN | ||
| DAM_HVALEXP_LIST | The handle to the parameters list. |