SE_rastercolumn_truncate

Deletes all rasters from a raster column.

Usage syntax

LONG SE_rastercolumn_truncate (SE_CONNECTION handle, const CHAR *table_name const CHAR *raster_column);

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

SE_rastercolumn_truncate deletes all rasters from a raster column. It does not drop the tables of the raster store schema or remove the reference to the raster column from the SDE.RASTER_COLUMN table. This function can be significantly faster than the regular delete.

Returns:

SE_SUCCESS
SE_FAILURE

SE_DB_IO_ERROR

SE_INVALID_PARAM_VALUE

SE_INVALID_CONNECTION

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED