Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfMakeHashTable(modelId          : GENERIC;
                          entityId         : GENERIC;
                          subTypes         : BOOLEAN; 
                          attributeName    : STRING) 
                          hashTableIndex   : INTEGER;
                

The xpfMakeHashTable function makes hash table holding instances for one specific entity, possibly including its subtypes, for a specific model, where modelId is the model containing the instances to be hashed, entityId is the entity definition of instances to be hashed, subTypes is TRUE if the hash table should contain instances of the subtypes of the given entity, otherwise FALSE. attributeName is the name of the attribute used as hash key. The hashTableIndex that identifies the created hash table is returned as the function value.
This hashTableIndex should be used in later calls to xpxGetHashedValue , xpfGetHashedValue and xpxDeleteHashTable operations.

Arguments

...

TypeNameComment
GENERICmodelIdcomments
GENERICentityId 
BOOLEANsubTypes 
STRINGattributeName 

Return Value

...

 

TypeNameComment
INTEGERhashTableIndexcomments

Options

...

 

Example

...

Code Block
languagecpp

...

<Missing Example>

 

See also

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