|
Parameter
|
Type
|
Description
|
|
INPUT
|
||
|
hCond
|
long
|
Condition handle.
|
|
OUTPUT
|
||
|
piType
|
xo_int
|
Operator type. The value of the operator type can be a bitwise OR of the following values:
|
|
phLeftValExp
|
long
|
The handle to the left value expression.
|
|
phRightValExp
|
long
|
The handle to the right value expression. This value is 0 when the operator type is SQL_OP_NULL.
|
|
phExtraValExp
|
long
|
The handle to the extra value expression. This value is set only when the operator is SQL_OP_BETWEEN.
|
|
RETURN
|
||
|
int
|
DAM_SUCCESS - valid condition returned.
DAM_FAILURE - on error.
|
|