SqlName
Usage
To override the default name used when the query is projected as an SQL stored procedure, use the following syntax:
Query name(formal_spec) As classname [ SqlProc, SqlName = sqlname ] { //implementation }
Where sqlname is an SQL identifier.
Details
If this query is projected as an SQL stored procedure, then this name is used as the name of the stored procedure.
Default
If you omit this keyword, the query name is used as the SQL procedure name.
See Also
-
“Query Definitions” in this book
-
“Defining and Using Class Queries” in Using Caché Objects
-
“Introduction to Compiler Keywords” in Using Caché Objects