persistent class %Compiler.TSQL.sysSymbol
extends %Persistent, %XML.Adaptor
This is a persistent class that contains public symbol definitions for TSQL
All sysSymbol id's are normalized to lower case.
property context
as %String(XMLPROJECTION="ATTRIBUTE");
The symbol context. By convention contexts are case insensitive and are normalized
on insert to lower case.
property dataType
as %String(MAXLEN=255);
property expression
as %String(MAXLEN=3200);
property symbol
as %String(MAXLEN=255,XMLPROJECTION="ATTRIBUTE");
index (ID on context,symbol) [IdKey];