42.7 GET_VARCHAR2 Function

This function returns the value of a VARCHAR2 item identified by p_item. This function is the equivalent of the V function. This function raises an exception for values of data type CLOB.

Syntax

APEX_SESSION_STATE.GET_VARCHAR2 (
    p_item IN VARCHAR2 )
RETURN VARCHAR2;

Returns

This function returns the value of the specified item as VARCHAR2.