Name

INSTANCE-REFRESHED —

Function

Syntax

       (INSTANCE-REFRESHED OBJECT) [generic] => 

Arguments and Values

Description

Provides a hook which is called within an object oriented call to SELECT with a non-nil value of REFRESH when the View Class instance OBJECT has been updated from the database. A method specialised on STANDARD-DB-OBJECT is provided which has no effects. Methods specialised on particular View Classes can be used to specify any operations that need to be made on View Classes instances which have been updated in calls to SELECT.

Examples

        
      

Side Effects

Affected by

Exceptional Situations

See Also

Notes