xpxDefineQuerySchema
FUNCTION xpxDefineQuerySchema (querySchemaFile , diagnosticFile : STRING; options , VAR noOfWarnings , VAR noOfErrors : INTEGER) status : INTEGER;
This function invokes the EDMexpressXCompiler to compile an EDMquerySchema. The query schema will be checked for syntactical and consistency errors. Optionally the result of the compilation will be stored as an increment to the appropriate dictionary model in the EDMdatabase. Only query schema that are compiled without any errors will be stored in the belonging dictionary model. This default behavior can be overruled by an option in the <options> argument. A query schema defines query functions and optionally business objects based on an Express schema. This Express schema must exist as a dictionary model in the EDMdatabase before this operation can be successfully performed. There can be any number of query schema for each dictionary model (Express schema). The name of a query schema must be unique within all query schema to the same dictionary model. Each query schema is independent, i.e., a query schema can be deleted at any time independent of any other query schema, rule schema or data models. When the related dictionary model is deleted, then all belonging query schema will be deleted as well.
This function is equivalent to the EDMinterface function edmiDefineQuerySchema.
Arguments
Return Value
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.