skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_getTableFunctionArgList
 

dam_getTableFunctionArgList

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)
 
Table 182: Parameters for dam_getTableFunctionArgList
Parameter
Type
Description
IN
 
 
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.

See also 

dam_getFirstValExp
dam_getNextValExp