All Manuals > LispWorks® User Guide and Reference Manual > 45 The SQL Package

sql-expression-object System Class

Summary

A class of objects representing some SQL.

Package

sql

Superclasses

t

Description

Each instance of the system class sql-expression-object represents a SQL expression. They can be used inside another instance of sql-expression-object, in a "[...]" syntax expression or as arguments to the Common SQL functions. They are created by the "[...]" syntax (see 23.5.1.1 Enclosing database identifiers) or dynamically by sql-expression or string-prefix-with-n-if-needed.

See also

sql-expression
23.5.1.1 Enclosing database identifiers


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:56