skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_getNextIndexCol
 

dam_getNextIndexCol

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)
Table 198. 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.

See also

*dam_describeIndexCol
*dam_getFirstIndexCol
*dam_getOptimalIndexAndConditions