damex_getNextCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function is used to navigate through the columns in the schema definition of the table. Call this function after calling damex_getFirstCol.
DAM_HCOL damex_getNextCol(
DAM_HTABLE hTable)
Parameters for damex_getNextCol
| Parameter | Type | Description |
| IN | ||
| hTable | DAM_HTABLE | The table handle. |
| RETURN | ||
| DAM_HCOL | The handle to the next column in the schema. A NULL is returned at the end. |