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:
 
xpxGetQuery (schemaName, querySchemaName, queryName : STRING;
VAR queryId                           : GENERIC)
status                                : INTEGER;
 
The xpxGetQuery function returns a queryId that uniquely identifies an EDMquery function in the EDMdatabase. The query id is uniquely specified by the three arguments <schemaName>, <querySchemaName> and <queryName>.
The constant xpxNullId is returned when no matching query is found.
This function is equivalent to the EDMinterface function edmiGetQuery

  • No labels