Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

TypeNameComment
STRINGschemaNameThe name of the schema within the EDMdatabase
STRINGquerySchemaNameThe name of the query schema of the given schema
STRINGqueryNameThe name of the query function within the given query schema

Return Value

...

 

TypeNameComment
GENERICqueryIdThe unique id for the query function.xpxNullID if no query is found.

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"