...
Code Block | ||||
---|---|---|---|---|
| ||||
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.
This function is equivalent to the EDMinterface function edmiGetQuery.
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
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|