The mi_tab_spacetype() accessor function

The mi_tab_spacetype() function retrieves the type of storage space where the virtual index is.

Syntax

mi_char1 mi_tab_spacetype(MI_AM_TABLE_DESC *tableDesc
tableDesc
Points to the index descriptor.

Return values

The letter S indicates that the index is in an sbspace. The letter X indicates that the index is in an extspace. The letter D indicates that the index is in a dbspace and is reserved for HCL Informix® use only.
Restriction: A user-defined access method cannot create indexes in dbspaces.