SE_rastercolumn_get_info_by_name |
Retrieves information about a raster column by the name.
LONG SE_rastercolumn_get_info_by_name (SE_CONNECTION connection,
const CHAR *table_name,
const CHAR *raster_column,
SE_RASCOLINFO rastercolumn);
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 |
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 .
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_POINTER
SE_LAYER_NOEXIST
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_SDE_NOT_STARTED