Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxRenameModelBN (repositoryName , modelName , newModelName : STRING)
                           status                                    : INTEGER;

The xpxRenameModelBN function renames the model specified by the repositoryName and modelName argument to the name specified in the newModelName argument.

Arguments

...

TypeNameComment
STRINGrepositoryNameSpecifies the name of the repository in the database holding the model to be renamed. Repository names are case sensitive.

...

STRINGmodelNameSpecifies the name of the model to rename. Model names are case sensitive. The combination of the arguments <repository> and <modelName> uniquely identifies a model in the EDMdatabase.
STRINGnewModelNameSpecifies the new name of the specified model. The model name must be unique within the repository that holds the model. The model name must start with a letter and the rest of the model name can be any mix of alphanumeric characters and the underscore character. Model names are case sensitive.

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"