Skip to content

Get_Binary_Value

Retrieves a record attribute value as BLOB.

FUNCTION Get_Value (   
   record_  IN type_record_,  
   name_    IN type_name_,  
   base64_  IN VARCHAR2 DEFAULT 'TRUE' ) RETURN BLOB

Parameters

record_
  Foundation1 record.

name_
    Record attribute name.

base64_
    Base64 decode if 'TRUE'.

Return

Record attribute value as BLOB by reading as long text and optionally Base64 decoding.