Difference between revisions of "CallDescriptor"
Line 1: | Line 1: | ||
− | + | =={{GVESB}} configuration== | |
− | + | '''CallDescriptor''' might contain the following sub-elements: | |
− | |||
− | |||
+ | * [[Description]] | ||
+ | * [[statement]] | ||
+ | * [[#SPOutputParameters|SPOutputParameters]]. | ||
− | Its | + | |
+ | Its attributes are: | ||
* ''id'' | * ''id'' | ||
* ''named-parameter-mode'' (true|false). Default is false. | * ''named-parameter-mode'' (true|false). Default is false. | ||
+ | ===SPOutputParameters=== | ||
− | '''SPOutputParameters''' | + | '''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.