args | Initform:'(&rest
types), Initargs::args; Accessors:args-of. |
---|
maximum-size | Initargs::maximum-size; Accessors:maximum-size-of. |
---|
minimum-size | Initargs::minimum-size; Accessors:minimum-size-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. |
---|
size | Initargs::size; Accessors:size-of. |
---|
substituter | Initform:(lambda
(&rest
types)
`(and
,@types)), Initargs::substituter; Accessors:substituter-of; Allocation:class. |
---|