Function
sql
list-classes &key database root-class test => result-list
A database.
A class.
A test function.
A list of class objects.
list-classes function collects all the classes below root-class (which defaults to'standard-db-object) that are connected to the given database specified by database, and which satisfy the test function. The default for the test argument is'identity. list-classes returns a list of all the classes connected to the default database,*default-database*.