SE_columninfo_set_allows_nulls

Set whether this column allows null values.

Usage syntax

LONG SE_columninfo_set_allows_nulls (SE_COLUMNINFO column, BOOL allows_nulls);

Parameters
column The column entry handle
allows_nulls If TRUE, the column can contain null values, otherwise not.
Description

This function sets an indicator for whether this column can accept null values.

Returns

SE_SUCCESS
SE_INVALID_COLUMNINFO_OBJECT

SE_SDE_NOT_STARTED