Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfExist (value       : GENERIC)  
                   valueExsist : BOOLEAN;

This function returns FALSE if the actual argument "value" is INDETERMINATE (question)(question), else it returns TRUE
. 
In EDM all Inverse attribute is implemented as an aggregate. Hence, all Inverse attributes of an Entity are created when the actual object (entity instance) is created. The xpfExists() function will return TRUE when the actual argument "V" is an empty aggregate (the actual argument "V" is not INDETERMINATE) owned by a "simple Inverse attribute".

Arguments

...

TypeNameComment
GENERICvaluecomments

Return Value

...

 

TypeNameComment
BOOLEANvalueExsistcomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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