Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxGetMapInstances (MAPname                                     : GENERIC;
                     VAR MAPinstances                            : SET OF GENERIC;                    sourceInst1, sourceInst2, ... , sourceInstN : GENERIC)                    status                                      : INTEGER;
 
The xpxGetMapInstances will return the set of target instances created from the specified set of source instances in the specified MAP declaration. The MAPname argument is the name of the actual MAP declaration. The arguments sourceInst1 to sourceInstN should correspond in number and type to the FROM clause in the actual MAP declaration. The returned set of target instances are the target instances implicitly created, or explicitly created by the xpxCreateMapInstance function the first time the actual MAP was invoked with the exactly same combination of source instances as specified in the sourceInst1 to sourceInstN arguments. An empty set will be returned in the MAPinstances argument when no corresponding target instances to the specified source instances is found.

  • No labels