dam_getNextIndexCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method gets the next column that is associated with the optimal index that is 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.
long dam_getNextIndexCol(long hIndex)
Parameters for dam_getNextIndexCol
| Parameter | Type | Description |
| INPUT | ||
| hIndex | long | The index handle as returned by the dam_getOptimalIndexAndConditions method. |
| RETURN | ||
| long | The next column making up the index. Call dam_describeIndexCol to obtain information about this column. A 0 is returned at the end of the list. | |