Parameter
|
Type
|
Description
|
IN
|
||
hstmt
|
DAM_HSTMT
|
The statement handle of the currently active statement
|
pMemTree
|
XM_Tree *
|
The tree to be used for any memory allocation
|
hValExpList
|
DAM_HVALEXP_LIST
|
List of input arguments to be used by the function. This list is traversed and accessed using the OpenAccess SDK SQL engine functions dam_getFirstValExp, dam_getValueOfExpEx, and dam_getNextValExp.
|
RETURN
|
||
DAM_HVAL
|
Valid DAM_HVAL - creates an output value using the dam_createVal function
NULL - on failure
|