Difference between revisions of "CallDescriptor"
(Created page with "'''CallDescriptor''': has as children Description, statement and SPOutputParameters. Its parameters are: * id * named-parameter-mode (true|false). Default is false. '''SPOutp...") |
|||
Line 1: | Line 1: | ||
− | '''CallDescriptor''': has as children | + | '''CallDescriptor''': has as children |
− | * id | + | * Description; |
− | * named-parameter-mode (true|false). Default is false. | + | * [[statement]]; |
+ | * SPOutputParameters. | ||
+ | |||
+ | |||
+ | Its parameters are: | ||
+ | |||
+ | * ''id'' | ||
+ | * ''named-parameter-mode'' (true|false). Default is false. | ||
'''SPOutputParameters''': contains the SPOutputParameter(s). It has the following parameters: | '''SPOutputParameters''': contains the SPOutputParameter(s). It has the following parameters: | ||
− | * db-type (string|number|int|long|float|date|binary|blob|oracle_cursor) | + | * ''db-type'' (string|number|int|long|float|date|binary|blob|oracle_cursor) |
− | * java-type (string|int|long|date|byte_array|resultset) | + | * ''java-type'' (string|int|long|date|byte_array|resultset) |
− | * position | + | * ''position'' |
− | * prop-name | + | * ''prop-name'' |
− | * param-name | + | * ''param-name'' |
− | * return-in-prop (true|false). Default is false. | + | * ''return-in-prop'' (true|false). Default is false. |
− | * return-in-uuid (true|false). Default is false. | + | * ''return-in-uuid'' (true|false). Default is false. |
Revision as of 10:39, 26 January 2012
CallDescriptor: has as children
- Description;
- statement;
- SPOutputParameters.
Its parameters are:
- id
- named-parameter-mode (true|false). Default is false.
SPOutputParameters: contains the SPOutputParameter(s). It has the following parameters:
- 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.