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