SE_rastercolumn_delete |
Deletes a raster column entry in the datastore
LONG SE_rastercolumn_delete (SE_CONNECTION connection, const CHAR *table_name, const CHAR *raster_column);
connection | The connection handle |
table_name | The table name |
raster_column | The column name |
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.