Parameter
|
Type
|
Description
|
INPUT
|
||
hRowElem
|
long
|
Value set handle.
|
iXoType
|
int
|
The data type in which to get the value.
|
OUTPUT
|
||
piStatus
|
xo_int
|
The status of the method call:
DAM_SUCCESS - all data retrieved.
DAM_SUCCESS_WITH_RESULT_PENDING - more data is available and should be retrieved by calling this method again. This will occur for a large LONGVARBINARY data.
DAM_FAILURE - error in getting the data. Most likely the data cannot be converted to the XO_Type asked for.
|
RETURN
|
||
Object
|
The data object. The java type of the data will correspond to the iXoType value. See Table 34. A NULL Object is returned if the underlying value is NULL data.
|