DB2 Version 9.7 for Linux, UNIX, and Windows

VARIABLE_VALUE_RAW procedure - Return the value of a BLOB(32767) INOUT or OUT parameter

The VARIABLE_VALUE_RAW procedure provides the capability to return the value of a BLOB(32767) INOUT or OUT parameter.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DBMS_SQL.VARIABLE_VALUE_RAW--(--c--,--name--,--value--)-----><

Parameters

c
An input argument of type INTEGER that specifies the cursor ID of the cursor returning a bind variable.
name
An input argument that specifies the name of the bind variable.
value
An output argument of type BLOB(32767) that specifies the variable receiving the value.

Authorization

EXECUTE privilege on the DBMS_SQL module.