skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : damex_getNextCaseElem
 

damex_getNextCaseElem

This method returns a handle to the next WHEN-THEN Case element of the CASE expression. Use it to navigate the WHEN-THEN list in the CASE expression. Call it after calling damex_getFirstCaseElem.
int64 damex_getNextCaseElem(
int64 hCaseElemList)
 
Table 238: Parameters for damex_getNextCaseElem  
Parameter
Type
Description
IN
 
 
hCaseElemList
int64
Case element list handle
RETURN
 
 
 
int64
The handle to the next WHEN-THEN Case element. Use damex_describeCaseElem to get the details of the element.

See also 

damex_describeCaseElem
damex_getFirstCaseElem