SE_stream_delete_by_id_list

Deletes rows from a table using a list of IDs

Usage syntax

LONG SE_stream_delete_by_id_list
(SE_STREAM stream,
const CHAR *table,
LONG *id_list,
LONG id_count);

Parameters
stream The stream handle
table The table name
id_list The list of IDs to delete
id_count The number of IDs
Description

SE_stream_delete_by_id_list deletes rows using a list of row IDs. The rows are immediately deleted; you do not have to call SE_stream_execute. If no rows are deleted, the warning SE_NO_ROWS_DELETED is returned.

Returns

SE_SUCCESS
SE_ATTR_NO_EXIST

SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_FAILURE

SE_ROW_NOEXIST

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_STREAM

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_NO_ROWID_COLUMN

SE_NO_ROWS_DELETED

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED

SE_STREAM_IN_PROGRESS

SE_TABLE_NOEXIST