Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This function uses comparison as xpxLike comparing aggregate elements  
Code Block
languagecpp
themeConfluence
FUNCTION xpfAggrLike (aggrId            : GENERIC;
                      attributeName     : STRING;
                      pattern           : STRING;
                      options           : INTEGER)
                      matchingInstances : SET OF GENERIC;
options:
	XPXCASE_INSENSITIVE 								: Case insensitive comparison	
	

This function uses comparison as xpxLike comparing aggregate elements.

Arguments

...

TypeNameComment
GENERICaggrIdcomments
STRINGattributeName 
STRINGpattern 
INTEGERoptions 

Return Value

...

 

TypeNameComment
SET OF GENERICmatchingInstancescomments

Options

...

OptionComment
XPXCASE_INSENSITIVECase insensitive comparison
XPXIGNORE_ALL_PATTERN_MATCHING_CHARS

...

All defined pattern matching characters will be treated as ordinary (not pattern matching) characters
XPXIGNORE_ALL_PATTERN_MATCHING_CHARS_EXCEPT_STAR

...

Only

...

the

...

star

...

*

...

will

...

be

...

a

...

pattern

...

matching

...

character,

...

all

...

other

...

characters

...

will

...

be

...

normal

...

(not

...

pattern

...

matching)

...

characters.

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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