Class Or-Type

Part of:

package cl-perec, class persistent-type

Direct Superclass

persistent-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.
typesInitargs::types; Accessors:types-of.