Class Integer-Type

Part of:

package cl-perec, class integer-64-type, class integer-32-type, class integer-16-type, class persistent-type

Direct Superclass

persistent-type

Direct Subclass

integer-16-type
integer-32-type
integer-64-type

Slot

argsInitform:'(&rest types), Initargs::args; Accessors:args-of.
bit-sizeInitargs::bit-size; Accessors:bit-size-of.
maximum-valueInitargs::maximum-value; Accessors:maximum-value-of.
minimum-valueInitargs::minimum-value; Accessors:minimum-value-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.