Next Prev Up Top Contents Index

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

15.5.1 The "[...]" Syntax

15.5.2 Programmatic interface

15.5.3 Utilities


LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index