Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

damex_getNextColInList

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 9.0
    • Documentation

This method returns the next column in the list. It is used for navigating the ORDER BY column list and the GROUP BY column list. Call this method after calling damex_getFirstColInList.

long damex_getNextColInList(long hColList)

Parameters for damex_getNextColInList

Parameter Type Description
INPUT
hColList long The column list handle.
RETURN
long The handle to the next column:Use damex_describeCol to get column details. A 0 is returned at the end of the list.

See also

TitleResults for “How to create a CRG?”Also Available inAlert