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

mi_qual_commuteargs()

The mi_qual_commuteargs() function determines whether the constant precedes the column in a qualification-function argument list.

Syntax

mi_boolean mi_qual_commuteargs(MI_AM_QUAL_DESC *qualDesc);
qualDesc
points to the qualification descriptor.

Return Values

MI_TRUE indicates that constant precedes column in the argument list, for example, function(constant, column).

MI_FALSE indicates that column precedes constant in the argument list, for example function(column, constant).

Related Topics

See the description of accessor function mi_qual_issimple().

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