Next Prev Up Top Contents Index

15.3.2.1 Queries

The following three commands return information about the entries in a database.

list-tables

Function

list-tables &key database owner

Returns a list of table names in database .

list-attributes

Function

list-attributes table &key database owner

Returns a list of attributes of table .

attribute-type

Function

attribute-type attribute table &key database owner

Returns the type of attribute of table . This is a keyword representing a vendor-specific type value.


LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index