The mi_tab_amparam() accessor function

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.