SE_stream_get_clob

Gets a CLOB column from the row

Usage syntax

LONG SE_stream_get_clob(SE_STREAM stream, SHORT column, SE_CLOB_INFO *clob);

Parameters
stream The stream handle
column The column number
clob The returned CLOB
Description

This function extracts a CLOB column from the last row fetched from the given stream.

The column can only be extracted once from each row, otherwise SE_FUNCTION_SEQUENCE_ERROR is returned.

Returns

SE_SUCCESS
SE_NULL_VALUE

SE_BIND_CONFLICT

SE_WRONG_COLUMN_TYPE

SE_FUNCTION_SEQUENCE_ERROR

SE_OUT_OF_CLMEM

SE_DB_IO_ERROR

SE_NET_FAILURE

SE_INVALID_POINTER

SE_INVALID_STREAM

SE_INVALID_PARAM_VALUE

SE_SDE_NOT_STARTED

SE_CONNECTION_LOCKED

SE_CONNECTION_IN_USE