The mi_id_setrowid8() accessor function

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

Syntax

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

Usage

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

Return values

None