The following three commands return information about the entries in a database.
list-tables &key
database owner
Returns a list of table names in database .
list-attributes
table
&key
database owner
Returns a list of attributes of table .
attribute-type
attribute
table
&key
database owner
Returns the type of attribute of table . This is a keyword representing a vendor-specific type value.