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