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

delete-instance-records Function

Summary

Deletes records corresponding to View Class instances.

Package

sql

Signature

delete-instance-records instance

Arguments
instance
An instance of a View Class.
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 - 01 Dec 2021 19:30:56