SE_rascolinfo_set_description |
Sets the raster column description.
LONG SE_rascolinfo_set_description (SE_RASCOLINFO rastercolumn, const CHAR *description);
rastercolumn | The rastercolumn handle |
description | The raster column description |
SE_rascolinfo_set_description sets the description for a specific raster column. If the description length is greater than SE_MAX_DESCRIPTION_LEN, SE_INVALID_PARAM_VALUE is returned.
SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_RASCOLINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED