SE_stream_restore_rows

Restores rows in a multiversioned table to its original state

Usage syntax

LONG SE_stream_restore_rows
(SE_STREAM stream,
const LONG *row_id_list,
LONG row_id_count);

Parameters
stream The stream handle
table A pointer to the table name
row_id_list A pointer to a list of row IDs
row_id_count The number of row IDs
Description

SE_stream_restore_rows restores rows in a multiversioned table to their original state at the creation of the currently set version.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_FAILURE

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_STREAM

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED

SE_STREAM_IN_PROGRESS

SE_TABLE_NOREGISTERED