Parameter
|
Type
|
Description
|
IN
|
|
|
hCaseValExp
|
int64
|
Case value expression handle.
|
OUT
|
|
|
phInputValExp
|
int64
|
Handle to the input expression This value is set only when the CASE is a simple expression.
|
phCaseElemList
|
int64
|
Handle to the input expression. This value is set only when the CASE is a simple CASE expression.
|
phElseValExp
|
int64
|
Handle to the WHEN-THEN expression list. Use damex_getFirstCaseElem and damex_getNextCaseElem.
|
RETURN
|
|
|
|
int
|
DAM_SUCCESS – on success
DAM_FAILURE – on failure
|