connection-spec | Initargs::connection-spec; Reader:db-class-connection-spec. |
---|---|
foreign-keys | List of foreign-key slots. Accessors:db-class-foreign-keys. |
indices | Initargs::indices; Reader:db-class-indices. |
name | Initargs::name; Accessors:slot-definition-name. |
slots | Reader:class-slots. |
unfinished-classes | A class allocated slot
containing classes for whom not all the constraints could be
applied. Accessors:db-class-unfinished-classes; Allocation:class. |
unique | Initargs::unique; Accessors:unique. |
unique-keys | List of slots whose value should be unique. Accessors:db-class-unique-keys. |
apply-foreign-key-constraints | |
---|---|
apply-unique-constraints | |
collect-constraints | |
create-table | Create a table whose columns match the fields of CLASS in the connected database. If CLASS is a s... |
database-consistent-with-specification | Return nothing if TABLE in the connected-p database meets its specification. Otherwise, throw an ... |
remove-finished-classes | Remove classes that are already finished from UNFINISHED-CLASSES of CLASS. |
try-delayed-constraints | Try to call all the delayed constraints present. |
slot-names | Returns a list of the names of the slots of a class ~ (including both direct and inherited slots)... |
---|