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

mi_istats_setnlevels()

The mi_istats_setnlevels() function stores the number of index levels in the statistics descriptor.

Syntax

void mi_istats_setnlevels(MI_AM_ISTATS_DESC *istatsDesc,
   mi_integer nlevels)
istatsDesc
points to the statistics descriptor.
nlevels
provides the number of levels in the index.

Usage

Call this function from am_stats. The database server places the value that this function sets in the levels column of the sysindices system catalog table.

Return Values

None

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