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

mi_tab_spacetype()

The mi_tab_spacetype() function retrieves the type of storage space in which the virtual index resides.

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 resides in an sbspace. The letter X indicates that the index resides in an extspace. The letter D indicates that the index resides in a dbspace and is reserved for IBM Informix use only.

Important:
A user-defined access method cannot create indexes in dbspaces.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]