Column-value null array

The column-value null array, col_nulls, is the fourth argument of the mi_row_create() function.

Each element of the column-value null array is either:
  • MI_FALSE

    The column value is not an SQL NULL value.

  • MI_TRUE

    The column value is an SQL NULL value.