Next Previous Up Top Contents Index

16 The SQL Package

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 functionsql-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 - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker