SYNTAX:
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 |
modelId |
|
qualifiedSchemaName |
ExpressSchemaName or ExpressSchemaName.QuerySchemaName |
entityNameOrViewEntityName |
Entity or View Entity name |
numberOfAttributes |
Number of attributes |
attrName1 |
Name of the first attribute |
attrValue1 |
value of the first attribute |
attrNameN |
Name of the last attribute |
attrValueN |
value of the last attribute |
newInstanceId |
Output of the function. The ID of the new Instance |