Skip to main content

%SYSTEM.Context.SQLCompile

For internal use only. Used in the SQL compiler to store data structures to allow fast lookup

Property 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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab