LispWorks User Guide and Reference Manual > 19 Common SQL

NextPrevUpTopContentsIndex

19.4 Object oriented interface

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 a common metaclass which 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.

19.4.1 Object oriented/relational model

19.4.2 Object-Oriented Data Definition Language (OODDL)

19.4.3 Object-Oriented Data Manipulation Language (OODML)


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex