Class String-Type

Part of:

package cl-perec, class text-type, class duration-type, class persistent-type

Direct Superclass

persistent-type

Direct Subclass

duration-type
text-type

Slot

acceptable-charactersInitargs::acceptable-characters; Accessors:acceptable-characters-of.
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.