CallDescriptor
CallDescriptor: has as children Description, statement and 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.