SE_stream_delete_row

Deletes the specified row from a spatially enabled table based on the layer and feature identifiers

Usage syntax

LONG SE_stream_delete_row
(SE_STREAM stream,
const CHAR *table,
LONG sde_row_id);

Parameters
stream The stream handle
table The table name from which to delete the row
sde_row_id The row ID to delete
Description

SE_stream_delete_row deletes the row with the specified identifier from a spatially enabled table.

Returns

SE_SUCCESS
SE_FAILURE

SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_INVALID_LAYER_NUMBER

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_STREAM

SE_LAYER_NOEXIST

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED

SE_STREAM_IN_PROGRESS