Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
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.

  • No labels