Class And-Type

Part of:

class timestamp-type, class time-type, class date-type, class persistent-type, package cl-perec

Direct Superclass

persistent-type

Direct Subclass

date-type
time-type
timestamp-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.