xpxGetQuerySchema
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>.
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
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â