SE_rastercolumn_get_info_by_name

Retrieves information about a raster column by the name.

Usage syntax

LONG SE_rastercolumn_get_info_by_name (SE_CONNECTION connection,
const CHAR *table_name,
const CHAR *raster_column,
SE_RASCOLINFO rastercolumn);

Parameters
connection The connection handle
table_name The table name
raster_column The raster column name
rastercolumn Pointer to a location to receive the SE_RASCOLINFO definition
Description

SE_rastercolumn_get_info_by_name obtains the definition of a specific raster column by its business table and raster column name. Information about the raster column is maintained in an SE_RASCOLINFO structure. The SE_RASCOLINFO object must be a valid object created by SE_rascolinfo_create .

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_POINTER

SE_LAYER_NOEXIST

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED