Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxCopyModel (soureModelId , targetModelRepositoryId : GENERIC;
                       targetModelName                        : STRING;
                       VAR targetModlId                       : GENERIC)  
                       status                                 : INTEGER;

The xpxCopyModel function copies the specified model modelId to a new model specified by the arguments targetModelRepositoryId and targetModelName. The modelId of the new model that is created, will be returned in the targetModelId argument.
This function is equivalent to the EDMinterface function edmiCopyModel                      

Arguments

...

TypeNameComment
GENERICsoureModelIdUnique id representing a source model within the EDMdatabase
GENERICtargetModelRepositoryIdUnique id representing the repository that holds the target model within the EDMdatabase
STRINGtargetModelNameThe name of the target model
GENERICtargetModlIdUnique id representing a target model within the EDMdatabase

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"