Home | Previous Page | Next Page   Descriptor Function Reference > Accessor Functions >

mi_scan_projs()

The mi_scan_projs() function identifies each key column.

Syntax

mi_smallint * mi_scan_projs(MI_AM_SCAN_DESC *scanDesc)
scanDesc
points to the scan descriptor.

Usage

Use the return value from mi_scan_nprojs() to determine the number of times to execute mi_scan_projs().

Return Values

Each of the small integers in the array that this function returns identifies a column by the position of that column in the row descriptor.

Related Topics

See the descriptions of:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]