dam_getTableFunctionArgList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method gets, during the ipSchema method call, the parameter list of the table function. The obtained value expression list is used to get each individual arguments 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 |
| INPUT | ||
| pObj | DAM_OBJ | The handle of the table object for which the parameters list is requested. |
| RETURNS | ||
| DAM_HVALEXP_LIST | The handle to the parameters list. | |