The mi_id_setrowid() accessor function

The mi_id_setrowid() function sets the row identifier for the row.

Syntax

void mi_id_setrowid(MI_AM_ROWID_DESC *rowidDesc,
   mi_integer rowid)
rowidDesc
Points to the row-ID descriptor.
rowid
Provides the row identifier.

Usage

The am_getnext purpose function calls mi_id_setrowid() so that the database server has the physical location of the indexed primary data.

Return values

None