SE_stream_get_xml

Gets an XML column from the row

Usage syntax

LONG SE_stream_get_xml
(SE_STREAM stream,
SHORT column,
SE_XMLDOC xmldoc);

Parameters
stream The stream handle
column The column number; column numbers start with the number 1.
xmldoc The returned XML document
Description

SE_stream_get_xml extracts an XML column from the current record on the specified stream. If there is no data for this column, the function returns the warning SE_NULL_VALUE.

You must pass in a valid SE_XMLDOC object (see SE_xmldoc_create).

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_FUNCTION_SEQUENCE_ERROR

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_XMLDOC_OBJECT

SE_INVALID_STREAM

SE_NULL_VALUE

SE_SDE_NOT_STARTED

SE_WRONG_COLUMN_TYPE