Class Column

An RDBMS column with some related RDBMS specific definitions.

Part of:

package cl-perec

Direct Superclass

sql-columnAn SQL column specification.

Slot

constraintsInitargs::constraints; Accessors:constraints-of; Type:list.
index
True means the slot value will be indexed in the underlying RDBMS.
Initargs::index; Accessors:index-p; Type:boolean.
typeInitargs::type; Accessors:type-of; Type:sql-type.

Direct Method

sql-column-reference-for

Other Method

format-sql-identifierFormats an SQL identifier into *sql-stream*.
format-sql-syntax-nodeFormats an SQL syntax node into *sql-stream*.