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 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 IBM Informix use only.

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