Skip to content

Get_Clob_Value

Retrieves a record attribute value as CLOB.

FUNCTION Get_Clob_Value (   
   record_  IN type_record_,  
   name_    IN type_name_ ) RETURN type_clob_value_  

FUNCTION Get_Clob_Value (  
   attr_    IN type_item_record_ ) type_clob_value_

Parameters

record_
  Foundation1 record.

name_
    Record attribute name.

attr_
    Attribute item record.

Return

Record attribute value as CLOB.