Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpfGetMethodSignatureId (methodType, methodName, schemaName : STRING)                          methodSignatureId                  : GENERIC;
 
To be completed.
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.

  • No labels