The mi_qual_param_iscolumn() accessor function

The mi_qual_param_iscolumn() function determines whether a parameter is a column.

Syntax

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

Usage

Run the mi_qual_param_iscolumn() function to determine whether a parameter is a column before you run the mi_qual_param_column() function to determine the column number.

Return values

MI_TRUE
Indicates that the parameter is a column.
MI_FALSE
Indicates that the parameter is not a column.