CallDescriptor

From GreenVulcano Wiki
Revision as of 10:57, 23 January 2012 by Anonymous (talk) (Created page with "'''CallDescriptor''': has as children Description, statement and SPOutputParameters. Its parameters are: * id * named-parameter-mode (true|false). Default is false. '''SPOutp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.