Difference between revisions of "DHVariables"
(→DHVariable) |
(→DHVariable) |
||
Line 29: | Line 29: | ||
| name || required || Variable name | | name || required || Variable name | ||
|- | |- | ||
− | | value || required || Variable value. | + | | value || required || Variable value. Can contain [[placeholders]] that will be replaced at runtime. |
− | |||
|} | |} | ||
Revision as of 12:22, 2 April 2012
Description
DHVariables element contains the list of default values for DataHandler service's variables.
It is used by:
- DBOSelect
- DBOThreadSelect
- DBOUpdate
- DBOInsert
- DBOInsertOrUpdate
- DBOUpdateOrInsert
- DBOCallSP
- DBOFlatSelect
- DBOMultiFlatSelect
DHVariables 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: