SqlView
Specifies whether to project this query as an SQL view.
Usage
To specify that the query is projected as an SQL view, use the following syntax:
Query name(formal_spec) As classname [SqlView] { //implementation }
Copy code to clipboard
Otherwise, omit this keyword or place the word Not immediately before the keyword.
Details
This keyword specifies whether InterSystems IRIS projects this query as an SQL view.
Default
If this keyword is omitted, InterSystems IRIS does not project this query as an SQL view.
See Also
“Query Definitions” in this book
“Defining and Using Class Queries” in Defining and Using Classes
“Introduction to Compiler Keywords” in Defining and Using Classes