Next Prev Up Top Contents Index

sql-expression

Function
Summary

Generates an 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

An SQL expression.

Description

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

Valid combinations of the arguments are:

string

table

table and alias

table and attribute

table, attribute, and type

table or alias, and attribute

table or alias, and attribute and type

attribute

attribute and type

See also

sql
sql-operation
sql-operator


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index