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

mi_tab_name()

The mi_tab_name() function retrieves the index name that the active SQL statement or oncheck command specifies.

Syntax

mi_string* mi_tab_name(MI_AM_TABLE_DESC *tableDesc)
tableDesc
points to the index descriptor.

Return Values

The string specifies the name of the index to access.

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