LispWorks User Guide and Reference Manual > 19 Common SQL

NextPrevUpTopContentsIndex

19.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.

19.5.1 The "[...]" Syntax

19.5.2 Programmatic interface

19.5.3 Utilities


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex