...
Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiDeleteQuerySchema(SdaiString schemaName,
SdaiString querySchemaName);
|
Deletes the specified EDMquerySchema from the EDMdatabase. This operation can be performed independent of other EDMquerySchema and independent of any number of existing populations (data models) of the belonging Express schema.
...
All EDMquerySchema 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
...
Type | Name | Comment |
SdaiString | schemaName | Specifies the name of the Express schema to which the Query Schema applies. Schema names are case insensitive. This Express schema must exist as a dictionary model in the EDMdatabase. |
SdaiString | querySchemaName | Specifies the name of the QuerySchema to delete from the EDMdatabase. Query Schema names is case insensitive. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
EdmiError rstat; ... if (rstat = edmiDeleteQuerySchema("PDM_Schema", |
...
"Product_Document_Queries")) { |
...
/* Error in operation */ |
...
printf("\nError: %s in edmiDeleteQuerySchema\n", |
...
edmiGetErrorText(rstat)); |
...
goto error; |
...
} /* Specified query schema is permanently deleted from database */ |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|