All Manuals > LispWorks User Guide and Reference Manual > 47 The SQL Package

NextPrevUpTopContentsIndex

delete-instance-records

Generic Function
Summary

Deletes records corresponding to View Class instances.

Package

sql

Signature

delete-instance-records instance =>

Arguments

instance

An instance of a View Class.

Values

None.

Description

The function delete-instance-records deletes the records represented by instance from the database associated with it. If instance has no associated database, delete-instance-records signals an error.

See also

update-records
update-records-from-instance


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex