Name

LIST-ATTRIBUTES —

Function

Syntax

       (LIST-ATTRIBUTES NAME &KEY (OWNER NIL) (DATABASE *DEFAULT-DATABASE*)) [function] => 

Arguments and Values

Description

Returns a list of strings representing the attributes of table NAME in DATABASE which defaults to *DEFAULT-DATABASE*. OWNER is nil by default which means that only attributes owned by users are listed. If OWNER is a string denoting a user name, only attributes owned by OWNER are listed. If OWNER is :all then all attributes are listed.

Examples

        
      

Side Effects

Affected by

Exceptional Situations

See Also

Notes