damex_getNextColInList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- 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.
int64 damex_getNextColInList(
int64 hColList)
Parameters for damex_getNextColInList
| Parameter | Type | Description |
| IN | ||
| hColList | int64 | The column list handle. |
| RETURN | ||
| int64 | The handle to the next columnUse damex_describeCol to get column details. A value of zero is returned at the end of the list. |