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

NextPrevUpTopContentsIndex

sql-expression

Function
Summary

Generates a SQL expression from the given keywords.

Package

sql

Signature

sql-expression &key string table alias attribute type
=> sql-result

Arguments

string

A string.

table

A table in a database.

alias

A table alias.

attribute

An attribute.

type

A type.

Values

sql-result

A SQL expression.

Description

The function sql-expression generates a SQL expression from the given keywords.

Valid combinations of the arguments are:

See also

sql
sql-operation
sql-operator


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex