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

mi_id_fragid()

The mi_id_fragid() function retrieves the fragment identifier from the row-ID descriptor.

Syntax

mi_integer mi_id_fragid(MI_AM_ROWID_DESC *rowidDesc)
rowidDesc
points to the row-ID descriptor.

Usage

The am_insert purpose function calls mi_id_fragid() to obtain a value and add it to the index entry with the key.

Return Values

The integer identifies the fragment that contains the row this key indexes.

Related Topics

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

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