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

mi_id_setfragid()

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

Related Topics

See the description of functions mi_id_fragid(), mi_id_rowid(), and mi_id_setrowid().

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