skip to main content
SQL Engine parse tree methods for Java : damex_getFirstCaseElem
 

damex_getFirstCaseElem

This method returns a handle to the first WHEN-THEN Case element of the CASE expression. It is used to navigate the WHEN-THEN list in the CASE expression.
long damex_getFirstCaseElem(long hCaseElemList)
Table 275. Parameters for damex_getFirstCaseElem
Parameter
Type
Description
INPUT
hCaseElemList
long
Case element list handle.
RETURN
long
The handle to the first WHEN-THEN Case element. Use damex_describeCaseElem to get the details of the element.

See also

*damex_describeCaseElem