Next Previous Up Top Contents Index

16 The SQL Package

execute-command

Function

Summary

Executes an SQL expression.
Package

sql

Signature

execute-command sql-exp &key database =>

Arguments

sql-exp

Any SQL statement other than a query.

database

A database.

Values

None.
Description

The functionexecute-command executes the SQL command specified by sql-exp for the database specified by database, which has a default value of*default-database*. The argument sql-exp may be any SQL statement other than a query.
See also

query

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker