skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getTableFunctionArgList
 

dam_getTableFunctionArgList

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)
Table 157. 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.

See also

*dam_getFirstValueSet
*dam_getNextValueSet