SE_rascolinfo_get_creation_keyword

Retrieves the raster column’s configuration keyword

Usage syntax

LONG SE_rascolinfo_get_creation_keyword (const SE_RASCOLINFO rastercolumn, CHAR *config_keyword);

Parameters
rastercolumn The rastercolumn handle
config_keyword The configuration keyword of a raster column
Description

SE_rascolinfo_get_creation_keyword retrieves the configuration keyword for a specific raster column. The config_keyword should be no longer than SE_MAX_CONFIG_KEYWORD_LEN bytes long.

Returns

SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_RASCOLINFO_OBJECT
SE_NET_FAILURE

SE_SDE_NOT_STARTED