Next Prev Up Top Contents Index

sql-operator

Function
Summary

Returns the SQL symbol for an operator.

Package

sql

Signature

sql-operator symbol => sql-symbol

Arguments

symbol

An SQL operator.

Values

sql-symbol

An SQL symbol.

Description

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

See also

sql
sql-expression
sql-operation


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index