Next Prev Up Top Contents Index

delete-instance-records

Generic function
Summary

Deletes records from a database.

Package

sql

Signature

delete-instance-records instance =>

Arguments

instance

An instance of a view class.

Values

None.

Description

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

See also

update-records
update-records-from-instance


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index