Formatter
Simpleformatter
This element is the Formatter to be used if the statement is a simple SQL query.
Fixed attributes:
- class: Unmodifiable. Used by GreenVulcanoESB factory framework.
- type: Unmodifiable. Used by GreenVulcanoESB factory framework.
Required attributes:
- success: This attribute defines the return value from SQL query execution if successfully completed.
- failure: The attribute defines the return value from SQL query if the execution ended with error.
Subelements
Simpleformatter has the followong subelement:
- Description (optional).
DMLWriteFormatter
This element represents the Formatter to use if statements required is an update, an insert or delete.
Fixed attributes:
- type: Unmodifiable. Used by GreenVulcanoESB factory framework.
- class: Unmodifiable. Used by GreenVulcanoESB factory framework.
Subelements
DMLWriteFormatter has the followong subelement:
- Description (optional).
CallSPFormatter
This element is the Formatter for calling a store procedure.
Fixed attributes:
- type: Unmodifiable. Used by GreenVulcanoESB factory framework.
- class: Unmodifiable. Used by GreenVulcanoESB factory framework.
Implied attributes:
- success: The attribute defines the return value from SQL query if the execution ended with success.
Subelements
CallSPFormatter has the followong subelements:
- Description (optional).
- SPOutputParams (optional).
- GVBufferMapping (optional).
QueryFormatter
This element represents the formatter of an SQL query.
Fixed attributes:
- class: Unmodifiable. Used by GreenVulcanoESB factory framework.
- type: Unmodifiable. Used by GreenVulcanoESB factory framework.
Required attributes:
- failure: The attribute defines the return value from SQL query if the execution ended with error.
- success: This attribute defines the return value from SQL query execution if successfully completed.
Subelements
QueryFormatter has the followong subelements:
- Description (optional).
- QueryBaseFormatter (Go to QueryBaseFormatter documentation - one element).