xpfGetQuery
FUNCTION xpfGetQuery (schemaName : STRING querySchemaName : STRING 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.
Arguments
Type | Name | Comment |
STRING | schemaName | The name of the schema within the EDMdatabase |
STRING | querySchemaName | The name of the query schema of the given schema |
STRING | queryName | The name of the query function within the given query schema |
Return Value
Â
Type | Name | Comment |
GENERIC | queryId | The unique id for the query function.xpxNullID if no query is found. |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â