Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetQuerySchema (schemaName, querySchemaName : STRING;

...


                            VAR querySchemaId           : GENERIC) 
                            status                      : INTEGER;

The xpxGetQuerySchema function returns a querySchemaId that uniquely identifies an EDMquerySchema in the EDMdatabase  . The query schema is uniquely specified by the two arguments <schemaName> and <querySchemaName>. This function is equivalent to the EDMinterface function edmiGetQuerySchema.

Arguments

...

TypeNameComment
STRINGschemaNameSpecifies the name of the Express schema that hosts the query schema. This Express must exist as a dictionary model in the EDMdatabase . Schema names are case insensitive. Schema names are unique in an EDMdatabase .
STRINGquerySchemaNameSpecifies the name of query schema of interest. Query schema names are case insensitive.
GENERICquerySchemaIdthe numeric querySchemaID that uniquely identifies the query schema instance in the EDMdatabase .

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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