The mi_qual_param_isconstant() accessor function

The mi_qual_param_isconstant() function determines whether a parameter is a literal value.

Syntax

mi_boolean mi_qual_param_isconstant(MI_AM_PARAM_DESC *paramDesc);
paramDesc
Points to the parameter descriptor.

Usage

Run the mi_qual_param_isconstant() function to determine whether a parameter is a constant before you run the mi_qual_param_constant() function to determine the value of the constant.

Return values

MI_TRUE
Indicates that the parameter is a literal value.
MI_FALSE
Indicates that the parameter is not a literal value.