Parameter
|
Type
|
Description
|
IN
|
|
|
hstmt
|
int64
|
The statement handle of the currently active statement
|
pMemTree
|
int64
|
The tree to be used for any memory allocation
|
hValExpList
|
int64
|
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_getValueOfExp, and dam_getNextValExp.
|
RETURN
|
|
|
|
int64
|
valid DAM_HVAL – create an output value using the dam_createVal function
NULL – on failure
|