Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfGetMethodSignatureId (methodType        : STRING)  
                                  methodName        : STRING) 
                                  schemaName        : STRING) 
                                  methodSignatureId : GENERIC;
                

The xpfGetMethodSignatureId function returns the ID of the method signature. The ID is returned in the argument <methodSignatureId>. The <methodType> argument specifies the type (QEX or XPX) and the name of the method of interrest is specified by the <methodName> argument. The <schemaName> argument specifies the name of the schema holding the method of interrest.
This function is equivalent to the EDMinterface function edmiGetMethodSignatureId.
See also xpxGetMethodSignature.

Arguments

...

TypeNameComment
STRINGmethodTypecomments
STRINGmethodName 
STRINGschemaName 

Return Value

...

 

TypeNameComment
GENERICmethodSignatureIdcomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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