Difference between revisions of "CallSPBaseFormatter"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "Contains the element CallSPSimpleBaseFormatter.")
 
 
Line 1: Line 1:
 
Contains the element CallSPSimpleBaseFormatter.
 
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) <br/> The attribute default value is: METADATA_AND_DATA.
 +
* ''outputParamIndex'': defines the position that parameter has in the statement. Its value cannot be null.

Latest revision as of 13:49, 26 January 2012

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.