Parameter
|
Type
|
Description
|
IN
|
|
|
hcol
|
int64
|
Condition handle
|
OUT
|
|
|
piType
|
int
|
Operator type. The value of the operator type can be a bitwise OR of the following values:
• SQL_OP_GREATER
• SQL_OP_SMALLER
• SQL_OP_LIKE
• SQL_OP_ISNULL
• SQL_OP_NULL
• SQL_OP_NOT
• SQL_OP_BETWEEN
• SQL_OP_IN
|
phLeftValExp
|
int64
|
The handle to the left value expression
|
phRightValExp
|
int64
|
The handle to the right value expression. This value is NULL when the operator type is SQL_OP_NULL.
|
phExtraValExp
|
int64
|
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
|