skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_getNextIndexCol
 

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)
 
Table 161: 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.

See also 

dam_describeIndexCol
dam_getFirstIndexCol
dam_getOptimalIndexAndConditions