SE_rascolinfo_set_creation_keyword |
Sets the raster column’s configuration keyword
LONG SE_rascolinfo_set_creation_keyword (SE_RASCOLINFO rastercolumn, const CHAR *config_keyword);
rastercolumn | The rastercolumn handle |
config_keyword | The configuration keyword of a raster column |
SE_rascolinfo_get_creation_keyword sets the the configuration keyword for a specific raster column. The config_keyword should be less than SE_MAX_CONFIG_KEYWORD_LEN bytes long. If the config_keyword length is greater than SE_MAX_CONFIG_KEYWORD_LEN, SE_INVALID_PARAM_VALUE is returned.
SE_rascolinfo_set_creation_keyword sets the configuration keyword for a specific raster column. The function does not check to see if the keyword exists in the DBTUNE table.
SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_RASCOLINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED