LispWorks User Guide and Reference Manual > 19 Common SQL > 19.4 Object oriented interface > 19.4.3 Object-Oriented Data Manipulation Language (OODML)

NextPrevUpTopContentsIndex

19.4.3.3 Garbage collection of view instances

View instance objects are not released for garbage collection (GC) until the connection is closed. This is because they are referenced by the CLOS object representing the database connection. This is to ensure that they can reliably be compared by eq .


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex