Class Exportable

Part of:

package cl-perec, class persistent-class, class persistent-association, class table

Direct Subclass

persistent-association
persistent-classPersistent class is a class meta instance for classes. Standard defclass forms may be used to def...
tableAn RDBMS table with some related RDBMS definitions. The actual table will be created in the datab...

Slot

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.