Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxOpenModel (modelId       : GENERIC;
                       access        : INTEGER;
                       openedModelId : GENERIC)
                       status        : INTEGER;

The xpxOpenModel function opens the specified model modelId for the specified access in the access argument. Legal values for the access argument is one of the following EDMexpressX EDMexpressX  integer built-in constants:
 
xpxRO  :

Arguments

...

TypeNameComment
GENERICmodelIdId of the model in the EDMdatabase to be opened
INTEGERaccess

On of the following constants:

  • xpxRO  :   read only access
  • xpxRW :   read and write access
  • xpxERW : open for exclusive read write operations in

...

  • the EDMServer implementation. In a standalone implementation, xpxERW is equal to xpxRW.

 

...

 

GENERICopenedModelIdThe id of opened model

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"