| persistent-type |
|---|
| date-type | |
|---|---|
| time-type | |
| timestamp-type |
| 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. |
| types | Initargs::types; Accessors:types-of. |