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

mi_tab_amparam()

The mi_tab_amparam() function retrieves any user-defined configuration values for the table.

Syntax

mi_string* mi_tab_amparam(MI_AM_TABLE_DESC *tableDesc);
tableDesc
points to the table descriptor.

Usage

If the access method supports configuration keywords, the USING access-method clause of the CREATE TABLE statement can specify values for those keywords. A user or application can apply values to adjust the way in which the access method behaves.

Return Values

The pointer accesses a string that contains user-specified keywords and values. A NULL-valued pointer indicates that the CREATE TABLE statement specified no configuration keywords.

Related Topics

See the descriptions of:

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