%SYSTEM.Context.SQLCompile
hidden class %SYSTEM.Context.SQLCompile extends %Library.SystemBase
For internal use only. Used in the SQL compiler to store data structures to allow fast lookupProperty Inventory
Method Inventory
Properties
property ANSIPrecedence as %Boolean;
property DelimitedIdentifiers as %Boolean;
Are delimited identifiers on or off
property ReservedWords as %String [ MultiDimensional ];
Array of the SQL reserved words
property SchemaExpr as %String [ MultiDimensional ];
Array by $namespace, $username of schema expression
property Version as %Integer;
Methods
method GetSchemaExpr() as %String