Class Nil-Type

Part of:

package cl-perec, class serialized-type, class ordered-set-type, class form-type, class persistent-type

Direct Superclass

persistent-type

Direct Subclass

form-type
ordered-set-type
serialized-type

Slot

argsInitform:'(&rest types), Initargs::args; Accessors:args-of.
name
The name of the RDBMS table.
Initargs::name; Accessors:name-of; Type:symbol.
parserInitform:(lambda (&rest types) (make-instance 'and-type types types)), Initargs::parser; Accessors:parser-of; Allocation:class.
substituterInitform:(lambda (&rest types) `(and ,@types)), Initargs::substituter; Accessors:substituter-of; Allocation:class.