...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetQuerySchema (schemaName, querySchemaName : STRING; |
...
VAR querySchemaId : GENERIC)
status : INTEGER;
|
The xpxGetQuerySchema function returns a querySchemaId that uniquely identifies an EDMquerySchema in the EDMdatabase . The query schema is uniquely specified by the two arguments <schemaName> and <querySchemaName>. This function is equivalent to the EDMinterface function edmiGetQuerySchema.
Arguments
...
Type | Name | Comment |
STRING | schemaName | Specifies the name of the Express schema that hosts the query schema. This Express must exist as a dictionary model in the EDMdatabase . Schema names are case insensitive. Schema names are unique in an EDMdatabase . |
STRING | querySchemaName | Specifies the name of query schema of interest. Query schema names are case insensitive. |
GENERIC | querySchemaId | the numeric querySchemaID that uniquely identifies the query schema instance in the EDMdatabase . |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|