Next Previous Up Top Contents Index

16 The SQL Package

update-records-from-instance

Generic Function

Summary

Updates a set of specified records in a database.
Package

sql

Signature

update-records-from-instance instance &key database =>

Arguments

instance

An instance of a view class.

database

A database.

Values

None.
Description

Theupdate-records-from-instance generic function updates the records in database represented by instance. If the instance is already associated with a database, that database is used, and database is ignored. If instance is not yet associated with a database, a record is created for instance in the appropriate table of database and the instance becomes associated with that database.
See also

def-view-class
delete-instance-records
update-records

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker