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

mi_qual_boolop()

The mi_qual_boolop() function retrieves the Boolean operator that combines two qualifications in a complex expression.

Syntax

MI_AM_BOOLOP mi_qual_boolop(MI_AM_QUAL_DESC *qualDesc);
qualDesc
points to the qualification descriptor.

Usage

The access method first obtains results for the simple functions in a complex qualification. To determine how to combine the results that the access method has so far, it can call the mi_qual_boolop() function.

Return Values

MI_BOOLOP_NONE indicates that the current qualification does not contain a Boolean operator.

MI_BOOLOP_AND indicates that the current qualification contains a Boolean AND operator.

MI_BOOLOP_OR indicates that the current qualification contains a Boolean OR operator.

Related Topics

See the descriptions of:

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