Difference between revisions of "CallDescriptor"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
'''CallDescriptor''': has as children
+
=={{GVESB}} configuration==
  
* Description;
+
'''CallDescriptor''' might contain the following sub-elements:
* [[statement]];
 
* SPOutputParameters.
 
  
 +
* [[Description]]
 +
* [[statement]]
 +
* [[#SPOutputParameters|SPOutputParameters]].
  
Its parameters are:
+
 
 +
Its attributes are:
  
 
* ''id''  
 
* ''id''  
 
* ''named-parameter-mode'' (true|false). Default is false.
 
* ''named-parameter-mode'' (true|false). Default is false.
  
 +
===SPOutputParameters===
  
'''SPOutputParameters''': contains the SPOutputParameter(s). It has the following parameters:
+
'''SPOutputParameters''' element might contain more SPOutputParameter, which have the following attributes:
  
 
* ''db-type'' (string|number|int|long|float|date|binary|blob|oracle_cursor)
 
* ''db-type'' (string|number|int|long|float|date|binary|blob|oracle_cursor)

Revision as of 08:47, 29 March 2012

GreenVulcano® ESB configuration

CallDescriptor might contain the following sub-elements:


Its attributes are:

  • id
  • named-parameter-mode (true|false). Default is false.

SPOutputParameters

SPOutputParameters element might contain more SPOutputParameter, which have the following attributes:

  • db-type (string|number|int|long|float|date|binary|blob|oracle_cursor)
  • java-type (string|int|long|date|byte_array|resultset)
  • position
  • prop-name
  • param-name
  • return-in-prop (true|false). Default is false.
  • return-in-uuid (true|false). Default is false.