persistent-association | |
---|---|
persistent-class | Persistent class is a class meta instance for classes. Standard defclass forms may be used to def... |
table | An RDBMS table with some related RDBMS definitions. The actual table will be created in the datab... |
ensure-exported | A persistent class, a persistent association and the related tables must be exported before use. This will automatically happen not later than making, reviving, querying or using by any means the first instance of it. Initform:(compute-as*
nil
(export-to-rdbms
-self-)
-self-), Initargs::ensure-exported; Reader:ensure-exported. |
---|