mi_integer am_delete(MI_AM_TABLE_DESC *tableDesc, mi_integer rowID))
The am_delete purpose function deletes one row in the virtual table. In response to a DELETE statement, the database server first calls the appropriate purpose functions to scan for the table entry or entries that qualify for deletion and then executes am_delete separately for each qualifying entry.
MI_OK indicates success. MI_ERROR indicates failure.
See the descriptions of: