NextPrevUpTopContentsIndex

18.5 Symbolic SQL syntax

Common SQL supports a symbolic query syntax across both the functional and object-oriented interface layers. It allows SQL and Common Lisp expressions to be mixed together -- with as much processing as possible done at compile-time. Symbolic SQL expressions are read as square-bracketed lists to distinguish them from Lisp expressions. However, each can be nested within the other to achieve the desired result.

By default, this reader syntax is turned off. To turn it on see Utilities.

18.5.1 The "[...]" Syntax

18.5.2 Programmatic interface

18.5.3 Utilities


LispWorks User Guide - 8 Apr 2005

NextPrevUpTopContentsIndex