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


TypeNameComment
STRINGschemaNameSpecifies 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 .
STRINGquerySchemaNameSpecifies the name of query schema of interest. Query schema names are case insensitive.
GENERICquerySchemaIdthe 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.

Â