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