Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfOpenModel (modelId : GENERIC;
                       access  : INTEGER)
                       modelId : GENERIC;
                

The xpfOpenModel function opens the specified model <modelId> in the specified open mode <access>, and returns an identifier of the open model <modelId> or a zero when the function fails .

Arguments

...

TypeNameComment
GENERICmodelIdUnique id of the model within the EDMdatabase
INTEGERaccess

Access modes

Description

xpxRO

The legal access modes are:

...

operations
  • xpxRO :  Open for read only operations.
  • xpxRW
  • : Open for read and write
  • operations 
  • xpxERW
  • : Open for exclusive read write operations in a edmServer implementation.
Info

In a standalone implementation, xpxERW is equal to xpxRW.

Return Value

...

 
In a standalone implementation, xpxERW is equal to xpxRW.
This function is equivalent to the EDMinterface function sdaiOpenModel.
See also xpxOpenModel

TypeNameComment
GENERICmodelIdidentifier of the open model   or a zero when the function fails

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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