mi_string* mi_tab_amparam(MI_AM_TABLE_DESC *tableDesc);
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.
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.
See the descriptions of: