The mi_id_setfragid() accessor function

The mi_id_setfragid() function sets the fragment identifier for the row.

Syntax

void mi_id_setfragid(MI_AM_ROWID_DESC *rowidDesc,
   mi_integer fragid)
rowidDesc
Points to the row-ID descriptor.
fragid
Provides the fragment identifier.

Usage

The am_getnext purpose function calls mi_id_setfragid() to provide the fragment location for the indexed primary data.

Return values

None