| SE_columninfo_set_allows_nulls |
Set whether this column allows null values.
LONG SE_columninfo_set_allows_nulls (SE_COLUMNINFO column, BOOL allows_nulls);
| column | The column entry handle |
| allows_nulls | If TRUE, the column can contain null values, otherwise not. |
This function sets an indicator for whether this column can accept null values.