Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxCreateNestedTypedAggr(aggregateId        : AGGREGATE OF GENERIC;
                                  typePath           : LIST OF GENERIC; 
                                  VAR newAggregateId : AGGREGATE OF GENERIC)
                                  status             : INTEGER;

The xpxCreateNestedTypedAggr function will create an element in the aggregateId aggregate. The created aggregate will be typed according to the typePath, which is a list of type ids. This function is applicable for aggregates of type SET and BAG. This function is equivalent to the EDMinterface function edmiCreateNestedTypedAggr

Arguments

...

TypeNameComment
AGGREGATE OF GENERICaggregateIdcomment
LIST OF GENERICtypePath 
AGGREGATE OF GENERICnewAggregateId 

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"