Skip to Content

mvSQL runtime function - Memory()

Summary

Returns value of column from Shared() function if exists otherwise from the Caller() function.

Syntax

Memory(name, type)

Parameters

  • name: A string representing the requested column by name.

  • type: Type of column name.

Returns

string

The format varies based on the given property.

Examples

Memory('AppID', UUID) returns B58736D1-B42C-450E-B017-ACE3C99B8F65.