CallSPBaseFormatter

From GreenVulcano Wiki
Jump to: navigation, search

Contains the element CallSPSimpleBaseFormatter.


CallSPSimpleBaseFormatter

This formatter reads the value of the output parameter from a call to store procedures. It is used by: GVBufferFieldOutput element. Its attributes are:

  • type: base_formatter.
  • class: it.greenvulcano.gvesb.j2ee.db.formatter.base.CallSPSimpleBaseFormatter
  • stylesheet: optional
  • structure: This element defines the structure of the XML document that wraps the query result.
    • ONLY_DATA: Inserts in the XML document only the output of the query.
    • METADATA_AND_DATA: Inserts the XML document the query output, plus some information about DB objects (table, fields)
      The attribute default value is: METADATA_AND_DATA.
  • outputParamIndex: defines the position that parameter has in the statement. Its value cannot be null.