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:
 
xpxDeleteMethodSignatureBN (methodType, methodName, schemaName : STRING)                             status                             : INTEGER;
 
To be completed.
The xpxDeleteMethodSignatureBN function deletes any additional information / documentation of a method from the EDMdatabase.
A method signature is an instance of the EDM_METHOD entity in the ExpressDataManager model. A method is either an Express-X Mapping Schema or a Query Function. The method signature contains information about the required input parameters for each method. It may also contain a more general and descriptive text for documentation purposes.
Query functions already have their parameters defined in the qurey function signature. Hence, they implicitely get a method signature definition in the ExpressDataManager model and they may therefore not be deleted. Therefore this method is only applicable on Express-X mapping schemas..
The argument <methodType> specifies the type of method. ?XPX? is currently the only applicable method type.
The argument <methodName> specifies the name that was assigned to the Express-X Mapping Schema method when it was defined.
The argument <schemaName> specifies the name of the Express-X Schema Map.
This function is equivalent to the EDMinterface function  edmiDeleteMethodSignatureBN.







  • No labels