...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxModifyMethodSignatureBN (methodType, methodName |
...
: |
...
STRING;
schemaName, methodClass : STRING;
returnValueDatatype : INTEGER;
returnValueDomainId : GENERIC;
argumentNames : LIST OF STRING;
argumentDatatypes : LIST OF INTEGER;
argumentDomainIds : LIST OF GENERIC;
description : STRING)
status : INTEGER;
|
Changes additional information / documentation of a method in the EDMdatabase. The purpose of the user defined method signatures is to provide information about the methods and their input parameters to the users. The methods in question are Express-X mapping schemas and query functions. This is the only way to add classification and description to a query function method. For Express-X schema maps, this information may also be given by xpxDefineMethodSignature.
Arguments
...
Type | Name | Comment |
STRING | methodType | |
STRING | methodName | |
STRING | schemaName | |
STRING | methodClass | The type of method. Values are:
|
INTEGER | returnValueDatatype | |
GENERIC | returnValueDomainId | |
LIST OF STRING | argumentNames | A NULL terminated list of argument names. Not applicable for query function methods. |
LIST OF INTEGER | argumentDatatypes | A list of parameter data types that corresponds to the <parameterNames>. Not applicable for query function methods. |
LIST OF GENERIC | argumentDomainIds | Optional, zero terminated buffer of parameter domainIds |
STRING | description | Optional. A textual description of the method. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|