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

NextPrevUpTopContentsIndex

sql-operator

Function
Summary

Returns the symbol for a SQL operator.

Package

sql

Signature

sql-operator symbol => sql-symbol

Arguments

symbol

A symbol naming a SQL operator.

Values

sql-symbol

A symbol.

Description

The function sql-operator takes an operator as an argument and returns the Lisp symbol for the operator.

See also

sql
sql-expression
sql-operation


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex