dam_getNextIndexCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
dam_getNextIndexCol
This method gets the next column associated with the optimal index returned by the dam_getOptimalIndexAndConditions method.
Related methods:
- dam_getFirstIndexCol navigates to the first index column.
- dam_describeIndexCol retrieves information about each of the index columns.
int64 dam_getNextIndexCol(
int64 hIndex)
Parameters for dam_getNextIndexCol
| Parameter | Type | Description |
| IN | ||
| hIndex | int64 | The index handle as returned by the dam_getOptimalIndexAndConditions method |
| RETURN | ||
| int64 | The next column making up the index. Call dam_describeIndexCol to obtain information about this column. A null is returned at the end of the list. |