Versions Compared

Key

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

...

  SYNTAX:
 
xpxCopyAggrElements (sourceAggrId              : AGGREGATE OF GENERIC;
                     firstIndexInSource        : INTEGER;                    maxElementsToCopy         : INTEGER;                    VAR actualElementsCopied  : INTEGER;                    targetAggrId              : AGGREGATE OF GENERIC;                    firstIndexInTarget        : INTEGER)                    status                    : INTEGER;
 

Code Block
languagecpp
themeConfluence
FUNCTION xpxCopyAggrElements (sourceAggrId              : AGGREGATE OF GENERIC;
                              firstIndexInSource        : INTEGER; 
                              maxElementsToCopy         : INTEGER; 
                              VAR actualElementsCopied  : INTEGER; 
                              targetAggrId              : AGGREGATE OF GENERIC; 
                              firstIndexInTarget        : INTEGER)  
                              status                    : INTEGER;
 

The xpxCopyAggrElements function copies aggregate elements from source to target aggregate.
This function is equivalent to the EDMinterface function edmiCopyAggr.

Arguments

...

TypeNameComment
AGGREGATE OF GENERICsourceAggrIdA numeric aggregateID that uniquely identifies the source aggregate instance in the operation
INTEGERfirstIndexInSourceSpecifies the index of the first element to copy from the source aggregate. The index range is:
  • For ARRAY:  lowerBound <= sourceIndex <= upperBound
  • For all other aggregates:   0<= sourceIndex < members in aggregate
INTEGERmaxElementsToCopySpecifies the maximum number of elements to copy.  When <maxElementsToCopy> = 0 then all elements in the source aggregate with an index >= <sourceIndex> will be copied.
INTEGERactualElementsCopied 
AGGREGATE OF GENERICtargetAggrIdA numeric aggregateID that uniquely identifies the target aggregate instance in the operation.
INTEGERfirstIndexInTargetSpecifies the index of the first element to from the target aggregate

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"