Skip to main content

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
}

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

FeedbackOpens in a new tab