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

damex_getFirstColInList

This method returns the first column in the list. It is used for navigating the ORDER BY column list and the GROUP BY column list.
long damex_getFirstColInList(long hColList)
Table 277. Parameters for damex_getFirstColInList
Parameter
Type
Description
INPUT
hColList
long
The column list handle.
RETURN
long
The handle to the column. Use damex_describeCol to get column details.

See also

*damex_describeCol