skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : 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 220. 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.