Class Text-Type

Part of:

package cl-perec, class string-type

Direct Superclass

string-type

Slot

acceptable-charactersInitargs::acceptable-characters; Accessors:acceptable-characters-of.
argsInitform:'(&rest types), Initargs::args; Accessors:args-of.
maximum-lengthInitargs::maximum-length; Accessors:maximum-length-of.
minimum-lengthInitargs::minimum-length; Accessors:minimum-length-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.