Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfSelectAggrElements (aggrId               : AGGREGATE OF GENERIC;
                                condition            : STRING; 
                                options              : INTEGER;  
                                firstIndex, maxHits  : INTEGER;  
                                VAR indexOfLastFound : INTEGER; 
                                VAR actualHits       : INTEGER)  
                                resultAggrId         : LIST OF INTEGER;
                

The xpfSelectAggrElements function returns a list with the indexes of all the elements of an aggregate that matches given Express-X conditional statement. This function only handles aggregates with primitive data type elements.
This function is equivalent to the EDMinterface function edmiSelectAggrElements.
See also xpxSelectAggrElements.

Arguments

...

TypeNameComment
AGGREGATE OF GENERICaggrIdcomments
STRINGcondition 
INTEGERoptions 
INTEGERfirstIndex 
INTEGERmaxHits 
INTEGERindexOfLastFound 
INTEGERactualHits 

Return Value

...

 

TypeNameComment
LIST OF INTEGERresultAggrIdcomments

Options

...

OptionComment
XPXSOMEOPTIONcomment

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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