SE_stream_get_uuid

Gets a UUID column from the row

Usage syntax

LONG SE_stream_get_uuid (SE_STREAM stream, SHORT column, CHAR *uuid_val);

Parameters
stream The stream handle
column The column number
uuid_val The returned UUID string value
Description

This function extracts a UUID column from the current record on the specified stream. The UUID is represented as a CHAR string.

Returns

SE_SUCCESS
SE_NULL_VALUE

SE_WRONG_COLUMN_TYPE

SE_BIND_CONFLICT

SE_FUNCTION_SEQUENCE_ERROR

SE_INVALID_POINTER

SE_INVALID_STREAM

SE_INVALID_PARAM_VALUE

SE_SDE_NOT_STARTED

SE_CONNECTION_LOCKED

SE_CONNECTION_IN_USE