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

mi_tab_numfrags()

The mi_tab_numfrags() function retrieves the number of fragments in the table.

Syntax

mi_integer mi_tab_numfrags(MI_AM_TABLE_DESC *tableDesc)
tableDesc
points to the table descriptor.

Return Values

The integer specifies the number of fragments in the table from the table descriptor. If the table is not fragmented, mi_tab_numfrags() returns 1.

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