Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfCreateInstanceAndPutAttrsExBN (modelId                         : GENERIC;
                                           qualifiedSchemaName             : STRING;
                                           entityNameOrViewEntityName      : STRING;
                                           numberOfAttributes              : INTEGER;
                                           attrName1                       : STRING;
                                           attrValue1                      : GENERIC;
                                              ...                 ...
                                           attrNameN                       : STRING;  
                                           attrValueN                      : GENERIC)
                                           newInstanceId                   : GENERIC;
                

This function can be used to create and populate persistent instances, scratch instances, volatile instances and view_entity instances (all kind of instances).  
 Arguments:  
 

...

Argument

...

                                                      Description

...

Arguments

...

 xpxTargetModelId  xpxSourceModelId xpxVolatileModelId  xpxScratchModelId   model                                                      first  value the first attributeOutput of the function.
TypeNameComment
GENERICmodelId

a specific modelId

  • xpxTargetModelId : actual target model in an EDMmodelConverter operation, or the actual (default model) in an EDMquery operation or in an EDMvalidation operation.
  • xpxSourceModelId, xpxSourceModel1Id, xpxSourceModel2Id, ... xpxSourceModel12Id : actual source model(s) in n an EDMmodelConverter operation.
  • xpxVolatileModelId : model for ViewEntity instances and volatile instances and volatile aggregates
  • xpxScratchModelId  : scratch
  • model                                            

 

STRINGqualifiedSchemaNameExpressSchemaName  or ExpressSchemaName.QuerySchemaName
STRINGentityNameOrViewEntityNameEntity or View Entity name
INTEGERnumberOfAttributesNumber of attributes
STRINGattrName1 Name Name of the attribute
GENERICattrValue1value of

attrNameN

Name of the last attribute

attrValueN

value of the last attribute

newInstanceId

the  attribute

Return Value

...

 

TypeNameComment
GENERICnewInstanceIdThe ID of the new Instance

Options

...

 
  
 
 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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