edmiDeleteSchemaMap

EdmiError edmiDeleteSchemaMap(SdaiString schemaMapName);

Deletes the specified Express-X dictionary model (Express -X schema) from the EDMdatabase. Only the owner of the Express-X dictionary model can delete it. An Express-X dictionary model can be deleted from the database independent of the dictionary models for the source and target schema, and independent of any populations (data models).

Arguments


TypeNameComment 
SdaiString

schemaMapName

Specifies the name of the Express-X schema to delete from the EDMdatabase. This Express-X schema must exist as an Express-X dictionary model in the EDMdatabase. Express-X schema names are case insensitive.

 

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

Options


 

Example


 

 EdmiError rstat;
 ...
 if (rstat = edmiDeleteSchemaMap("PDM_Schema2ProductManager")) {
 /* Error in operation */ 
 printf("\nError: %s in edmiDeleteSchemaMap\n", 
 edmiGetErrorText(rstat)); 
 goto error; 
 }
 /* Specified Express-X schema is permanently deleted from database */

 

See also

Filter by label

There are no items with the selected labels at this time.

Â