NextPrevUpTopContentsIndex

drop-view-from-class

Function
Summary

Deletes a view from a database based on a class defining the view.

Package

sql

Signature

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

Arguments

class

A class.

database

A database.

Values

None.

Description

The function drop-view-from-class deletes a view or base table from database based on class which defines that view. The argument database has a default value of *default-database*.

See also

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


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex