Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
EdmiError edmiDeleteRuleSchema(SdaiString schemaName,
                                SdaiString ruleSchemaName); 

Deletes the specified EDMruleSchema from the EDMdatabase. This operation can be performed independent of other EDMruleSchema and independent of any number of existing populations (data models) of the belonging Express schema.

...

All EDMruleSchema of a dictionary model will implicitly be deleted when the actual dictionary model is deleted by one of the following operations: edmiDeleteSchema , sdaiDeleteModel , edmiDeleteModelBN

...

Arguments

...

TypeNameComment
SdaiString

schemaName

Specifies the name of the Express schema to which the Rule Schema applies. Schema names are case insensitive. This Express schema must exist as a dictionary model in the EDMdatabase.

SdaiString

ruleSchemaName

Specifies the name of the RuleSchema to delete from the EDMdatabase. Rule Schema names are case insensitive.

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
 EdmiError rstat;
 ...
 if (rstat = edmiDeleteRuleSchema("IFC2X", "Norwegian_BC2498A1")) {

...


 /* Error in operation */

...

 
 printf("\nError: %s in edmiDeleteRuleSchema\n",

...

 
 edmiGetErrorText(rstat));

...

 
 goto error;

...

 
 }
 /* Specified Rule Schema is permanently deleted from database */

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"