SE_rastercolumn_delete

Deletes a raster column entry in the datastore

Usage syntax

LONG SE_rastercolumn_delete (SE_CONNECTION connection, const CHAR *table_name, const CHAR *raster_column);

Parameters
connection The connection handle
table_name The table name
raster_column The column name
Description

SE_rastercolumn_delete deletes the raster column from the raster system tables. This includes the reference to the raster column in the SDE.RASTER_COLUMNS table. Additionally, ArcSDE drops the other tables of the raster store which include the raster, rasterband, rasterband auxillary, and raster blocks tables located in the user's schema.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_NET_FAILURE

SE_SDE_NOT_STARTED