SqlName
Usage
To override the default name for this index when referred to via SQL, use the following syntax:
Index name On property_expression_list [ SqlName = sqlindexname];
Where sqlindexname is an SQL identifier.
Details
This keyword lets you define an alternate name for this index when referred to via SQL.
Default
If you omit this keyword, the SQL name of the index is indexname as given in the index definition.
See Also
-
“Index Definitions” in this book
-
“Defining and Building Indices” in the Caché SQL Optimization Guide
-
“Introduction to Compiler Keywords” in Using Caché Objects