The mi_tab_spacetype() accessor function

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

Syntax

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

Return values

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