damex_getNextCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method navigates through the columns in the schema definition of the table. Call this method after calling damex_getFirstCol.
long damex_getNextCol(long hTable)
Parameters for damex_getNextCol
| Parameter | Type | Description |
| INPUT | ||
| hTable | long | The table handle. |
| RETURN | ||
| long | The handle to the next column in the schema. A 0 is returned at the end. | |