string-type |
---|
acceptable-characters | Initargs::acceptable-characters; Accessors:acceptable-characters-of. |
---|---|
args | Initform:'(&rest types), Initargs::args; Accessors:args-of. |
name | The name of the RDBMS table. Initargs::name; Accessors:name-of; Type:symbol. |
parser | Initform:(lambda (&rest types) (make-instance 'and-type types types)), Initargs::parser; Accessors:parser-of; Allocation:class. |
substituter | Initform:(lambda (&rest types) `(and ,@types)), Initargs::substituter; Accessors:substituter-of; Allocation:class. |