Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

FUNCTION xpfAggrLike (aggrId            : GENERIC;
                      attributeName     : STRING;
                      pattern           : STRING;
                      options           : INTEGER)
                      matchingInstances : SET OF GENERIC;

This function uses comparison as xpxLike comparing aggregate elements

Arguments


<arguments missing>

Return Value


  SET OF GENERIC  matchingInstances   

Options


XPXCASE_INSENSITIVE : Case 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


<example missing>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

 

 

 

 

 

 

 

  • No labels