Difference between revisions of "DHVariables"
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Description== | |
+ | DHVariables element contains the list of default values for [[DataHandler]] service's variables. | ||
− | + | =={{GVESB}} configuration== | |
+ | [[File:DHVariables.jpg|thumb|DHVariables with VulCon]] | ||
+ | DHVariables is used by: | ||
+ | * [[DBOSelect]] | ||
+ | * [[DBOThreadSelect]] | ||
+ | * [[DBOUpdate]] | ||
+ | * [[DBOInsert]] | ||
+ | * [[DBOInsertOrUpdate]] | ||
+ | * [[DBOUpdateOrInsert]] | ||
+ | * [[DBOCallSP]] | ||
+ | * [[DBOFlatSelect]] | ||
+ | * [[DBOMultiFlatSelect]] | ||
− | * name | + | This element does not have attributes. |
− | + | ||
+ | Might contain the sub-element: | ||
+ | * [[#DHVariable|DHVariable]] | ||
+ | |||
+ | ===DHVariable=== | ||
+ | |||
+ | Each DHVariable represents the default value for a [[DataHandler]] service's variable. | ||
+ | |||
+ | The following table shows its attributes: | ||
+ | {|class="gvtable" | ||
+ | ! Attribute !! Type !! Description | ||
+ | |- | ||
+ | | name || required || Variable name | ||
+ | |- | ||
+ | | value || required || Variable value. Can contain [[placeholders]] that will be replaced at runtime. | ||
+ | |} | ||
+ | |||
+ | |||
+ | Might contain the sub-element: | ||
+ | * [[Description]] |
Latest revision as of 12:24, 2 April 2012
Description
DHVariables element contains the list of default values for DataHandler service's variables.
GreenVulcano® ESB configuration
DHVariables is used by:
- DBOSelect
- DBOThreadSelect
- DBOUpdate
- DBOInsert
- DBOInsertOrUpdate
- DBOUpdateOrInsert
- DBOCallSP
- DBOFlatSelect
- DBOMultiFlatSelect
This element does not have attributes.
Might contain the sub-element:
DHVariable
Each DHVariable represents the default value for a DataHandler service's variable.
The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
name | required | Variable name |
value | required | Variable value. Can contain placeholders that will be replaced at runtime. |
Might contain the sub-element: