SE_raster_delete

Deletes a raster entry in the datastore

Usage syntax

LONG SE_raster_delete (SE_CONNECTION connection, const SE_RASTERINFO raster);

Parameters
connection The connection handle
raster A pointer to an SE_RASTERINFO object
Description

SE_raster_delete deletes a raster. Calling this function will remove all references of a raster from the SDE_RAS_<N>, SDE_BND_<N>, SDE_AUX_<N>, and SDE_BLK_<N> tables. This function also sets the business table's raster_id value to NULL for the deleted raster.

Because the blocks table (SDE_BLK_<N>) may have several million rows, the function will issue periodic commits to avoid overflowing the DBMS logs.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_NET_FAILURE

SE_SDE_NOT_STARTED