Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
GENERICMAPnameOrMAPidthe name of the actual MAP declaration
SET OF GENERICMAPinstances 
GENERICsourceInst(N) 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"