SE_rascolinfo_set_raster_column |
Sets the raster column.
LONG SE_rascolinfo_set_raster_column (SE_RASCOLINFO rastercolumn, const CHAR *table, const CHAR *raster_column);
rastercolumn | The rastercolumn handle |
table | The table associated with the raster column |
raster_column | The raster column name |
SE_rascolinfo_set_raster_column sets the raster column. The table must exist and the caller must be the owner. These conditions are not checked until the database raster column is actually created.
SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_RASCOLINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED