Parameter
|
Type
|
Description
|
IN
|
|
|
hquery
|
int64
|
The subquery handle
|
OUT
|
|
|
piXoType
|
int
|
The data type of the result value
|
piValLen
|
int
|
The length of the data returned in the object:
XO_NULL_DATA – null data
XO_NTS – null terminated string
>= 0 – length of the data
|
piValStatus
|
int
|
Status of the method call:
• DAM_SUCCESS – all data retrieved
• DAM_NO_DATA_FOUND – reached end of the list.
• DAM_FAILURE – error in getting the data. Most likely the data cannot be converted to the requested XO_Type.
|
RETURN
|
|
|
|
object
|
The object that represents the result value. The format of the data depends on the data type returned in piXoType. Use this object only if the piValLen is not set to XO_NULL_DATA. See Table 34.
|