...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetMapInstances (MAPnameOrMAPid : GENERIC;
VAR MAPinstances : SET OF GENERIC;
sourceInst1, sourceInst2 : GENERIC;
... ,
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.
Arguments
...
Type | Name | Comment |
GENERIC | MAPnameOrMAPid | the name of the actual MAP declaration |
SET OF GENERIC | MAPinstances | |
GENERIC | sourceInst(N) |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|