NextPrevUpTopContentsIndex

create-view-from-class

Function
Summary

Creates a view in a database based on a class that defines the view.

Package

sql

Signature

create-view-from-class class &key database =>

Arguments

class

A class.

database

A database.

Values

None.

Description

The function create-view-from-class creates a view in database based on class which defines the view. The argument database has a default value of *default-database*.

See also

*default-database*
drop-view-from-class
create-view


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex