Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfGetScratchEntityExtentBN (schemaName        : STRING;
                                      entityName        : STRING) 
                                      entityExtentId    : SET OF GENERIC;

The xpfGetScratchEntityExtentBN function returns the instances aggregate of the entity extent instance in the scratch model that contains all scratch instances of the specified instance type. The combination of <schemaName> and <entityName> uniquely identifies an entity definition (instance type) in an EDMdatabase.
Scratch instances belongs to an EDMserver EDMserver  session, hence scratch instances and scratch entity extents are not persistent in an EDMdatabase.
All EDMinterface  read access operations that are applicable on SET aggregates are applicable to the returned entityExtentId.
The constant xpxNullId is returned when no matching entity extent is found. This function is equivalent to the EDMinterface function edmiGetScratchEntityExtentBN.

Arguments

...

TypeNameComment
STRINGschemaNameThe name of the schema
STRINGentityNameThe name of the entity

Return Value

...

 

TypeNameComment
SET OF GENERICentityExtentIdhe instances aggregate of the entity extent instance in the scratch model that contains all scratch instances of the specified instance type

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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