Name
CREATE-VIEW-FROM-CLASS — Create a SQL table from Lisp class
Function
Syntax
(CREATE-VIEW-FROM-CLASS VIEW-CLASS-NAME &KEY (DATABASE *DEFAULT-DATABASE*) (TRANSACTIONS T)) [function] =>
Description
Creates a table as defined by the View Class
VIEW-CLASS-NAME in DATABASE which defaults to
*DEFAULT-DATABASE*.
Side Effects
Causes a table to be created in the SQL database.