dam_getFirstIndexCol
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method gets the first column associated with the optimal index returned by the dam_getOptimalIndexAndConditions method. Use dam_getNextIndexCol to navigate to the next one and dam_getSetOfConditionListsEx to retrieve data about each of the index columns.
int64 dam_getFirstIndexCol(
int64 hIndex)
Parameters for da_getFirstIndexCol
| Parameter | Type | Description |
| IN | ||
| hIndex | int64 | The index handle as returned by the dam_getOptimalIndexAndConditions method |
| RETURN | ||
| int64 | The first column making up the index. Call dam_describeIndexCol to get column details. |