Parameter
|
Type
|
Description
|
IN
|
||
hValExpList
|
DAM_HVAL_EXP_LIST
|
The scalar function argument list handle.
|
OUT
|
||
pName
|
char *
|
The scalar function name. Pass in a buffer of 128 characters.
|
piNoOfActualParams
|
int *
|
The number of arguments passed to the scalar function.
|
piResXoType
|
int *
|
Type of scalar function result value.
|
piLength
|
int *
|
Maximum length of the scalar function result value.
|
piPrecision
|
int *
|
Precision of the scalar function result value.
|
piScale
|
int *
|
Scale of the scalar function result value.
|
RETURN
|
||
int
|
DAM_SUCCESS - on success
DAM_FAILURE - on failure
|