Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

SqlProc (Query Keyword)

Specifies whether the query can be invoked as an SQL stored procedure.

Usage

To specify that the query can be invoked as an SQL stored procedure, use the following syntax:

Query name(formal_spec) As classname [ SqlProc ] {    //implementation }

Otherwise, omit this keyword or place the word Not immediately before the keyword.

Details

This keyword specifies whether the query can be invoked as an SQL stored procedure.

Default

If you omit this keyword, the query cannot be invoked as an SQL stored procedure.

See Also

FeedbackOpens in a new tab