relational-table
: column-names ¶relational-table
: column-foreigns ¶relational-table
: column-domains ¶relational-table
: column-types ¶Return a list of the column names, foreign-key table names, domain names, or type names respectively for this table. These 4 methods are different from the others in that the list is returned, rather than a procedure to obtain the list.
relational-table
: primary-limit ¶Returns the number of primary keys fields in the relations in this table.
relational-table
: close-table ¶Subsequent operations to this table will signal an error.