The mi_init_am_qual() accessor function
The mi_init_am_qual() function reinitializes all parts of the qualification to MI_VALUE_NOT_EVALUATED.
Syntax
void mi_init_am_qual(MI_AM_QUAL_DESC *qualDesc);
- qualDesc
- Points to the qualification descriptor.
Usage
The database server does not initialize the results area of a qualification descriptor to MI_VALUE_NOT_EVALUATED after a call to mi_eval_am_qual() changes the results value to MI_VALUE_TRUE or MI_VALUE_FALSE. To initialize the qualification results for the next row, have am_getnext call mi_init_am_qual().
Return values
None