Parameter
|
Type
|
Description
|
INPUT
|
||
hstmt
|
long
|
Statement handle.
|
hcol
|
long
|
Condition handle.
|
iCondPart
|
int
|
Condition part (left or right) for which details are being requested. Pass one of the following:
DAM_COND_PART_LEFT
DAM_COND_PART_RIGHT
|
OUTPUT
|
||
iOpType
|
xo_int
|
Operator type. See Table 144 for the operators and the associated value. When details of a right part are requested for condition that does not have a right part, iOpTyp is set to 0.
|
iXOType
|
xo_int
|
Data type of the condition.
|
iDataLen
|
xo_int
|
Length of the data. XO_NULL_DATA indicates a NULL value.
|
iStatus
|
xo_int
|
DAM_SUCCESS - valid condition returned.
DAM_FAILURE - error getting a condition because the arguments to the call are invalid or the format of the data in the condition cannot be converted to the column type.
|
RETURN
|
||
Object
|
The object that represents the data portion of the condition. The format of the data depends on the data type of the condition as indicated by iXOType. Use this object only if iValLen is not set to XO_NULL_DATA. See Table 34.
|