Name

UPDATE-RECORDS-FROM-INSTANCE —

Function

Syntax

       (UPDATE-RECORDS-FROM-INSTANCE OBJECT &KEY DATABASE) [generic] => 

Arguments and Values

Description

Using an instance of a View Class, OBJECT, update the table that stores its instance data. DATABASE defaults to *DEFAULT-DATABASE* and specifies the database in which the update is made only if OBJECT is not associated with a database. In this case, a record is created in the appropriate table of DATABASE using values from the slot values of OBJECT, and OBJECT becomes associated with DATABASE.

Examples

        
      

Side Effects

Affected by

Exceptional Situations

See Also

Notes