This section describes the object-oriented interface to SQL databases using specialized CLOS classes. These classes have
standard-db-object
as one of their superclasses and have
standard-db-class
as their metaclass. The
standard-db-class
metaclass provides the specialized behavior for mapping subclasses of
standard-db-object
onto records in the database. A class of this kind is created using
def-view-class
.