Home | Previous Page | Next Page   Descriptor Function Reference > Accessor Functions >

mi_qual_nquals()

The mi_qual_nquals() function retrieves the number of qualifications in an AND or OR qualification expression.

Syntax

mi_integer mi_qual_nquals(MI_AM_QUAL_DESC *qualDesc);
qualDesc
points to the qualification descriptor.

Return Values

The return integer indicates the number of qualifications in an AND or OR qualification expression. A return value of 0 indicates that the qualification contains one simple function and no Boolean operators.

Related Topics

See the description of Complex Boolean Expressions.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]