Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetEntityInSchemaBN (qualifiedSchemaName        : STRING;
                                 entityNameOrViewEntityName : STRING;
                                 VAR entityIdOrViewEntityId : GENERIC)
                                 status                     : INTEGER;

The xpxGetEntityInSchemaBN function returns a numeric entityIdOrViewEntityId that uniquely identifies an entity or ViewEntity definition instance in the EDMdatabase. An entity or viewEntity name is unique within one dictionary model (Express schema). Hence the combination of <schemaName> and <entityName> identifies one particular entity definition in the EDMdatabase. The actual dictionary model must be open before this function can be successfully performed.
 
If the specified <entityIdOrViewEntityId > is the name of a legal complex entity that does not exist as an entity definition instance in the related dictionary model, an entity definition instance of the actual complex entity, will be created in the related dictionary model.
 
The returned entityIdOrViewEntityId can be used to identify the actual entity in subsequent EDMinterface  operations. The returned entityIdOrViewEntityId will be a constant value throughout the lifetime of the actual entity definition instance in the EDMdatabase.
 
This function is equivalent to the EDMinterface function edmiGetEntityInSchemaBN.

Arguments

...

TypeNameComment
STRINGqualifiedSchemaNamecomment
STRINGentityNameOrViewEntityName 
GENERICentityIdOrViewEntityId 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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