...
Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
FUNCTION xpxCreateModel(repositoryId : GENERIC;
modelName : STRING;
schemaId , VAR modelId : GENERIC)
status : INTEGER;
|
The xpxCreateModel function will create a model with the specified name modelName in the specified repository repositoryId. The underlying EXPRESS schema of the new model is specified by the schemaId argument. The instanceId of the new model will be returned in the modelId argument.
This function is equivalent to the EDMinterface function sdaiCreateModel. The model is created with default options. If some deviations from standard options (in part of references or encoding) are required use xpfCreateModel.
Arguments
...
Type | Name | Comment |
GENERIC | repositoryId | The unique id of the repository within the EDMdatabase that will hold the new model |
STRING | modelName | The name of the new model |
GENERIC | schemaId | The unique Id that represents that schema that the model will be based on |
GENERIC | modelId | The unique id of the create model |
Return Value
...
Insert excerpt |
---|
| US:_r_XPX_Return_Value |
---|
| US:_r_XPX_Return_Value |
---|
nopanel | true |
---|
|
Options
...
Example
...
Code Block |
---|
|
<Missing Example> |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
cql | label = "extension_schema" and parent = "5636522" |
---|
|