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:
 
xpfGetQuery (schemaName, querySchemaName, queryName : STRING)              queryId                                : GENERIC;
 
The xpfGetQuery 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