mi_integer am_getbyid(MI_AM_TABLE_DESC *tableDesc, MI_ROW **retrow, mi_integer rowID)
The am_getbyid purpose function does not scan a table to find a qualifying row.
Possible row identifiers that rowID might point to include:
As with am_getnext, am_getbyid first fetches the specified row and then passes the retrow pointer to mi_row_create() to build the composite MI_ROW value from fetched data.
MI_OK indicates success. MI_ERROR indicates failure.
See the descriptions of: