Difference between revisions of "DHVariables"

From GreenVulcano Wiki
Jump to: navigation, search
(Description)
(Description)
Line 1: Line 1:
 
==Description==
 
==Description==
  
[[File:DHVariables.jpg|thumb|DhVariables with VulCon]]DHVariables element contains the list of default values for [[DataHandler]] service's variables.
+
[[File:DHVariables.jpg|thumb|DHVariables with VulCon]]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]]
  
It is used by the [[DBOBuilder#DBOS|DBOs]] and does not have attributes.
+
DHVariables does not have attributes.
 
 
 
 
Might contain the sub-elements:
 
  
 +
Might contain the sub-element:
 
* [[#DHVariable|DHVariable]]
 
* [[#DHVariable|DHVariable]]
  

Revision as of 12:20, 2 April 2012

Description

DHVariables with VulCon

DHVariables element contains the list of default values for DataHandler service's variables.

It is used by:

DHVariables does not have attributes.

Might contain the sub-element:

DHVariable

Default value for DataHandler service's variable.

The following table shows its attributes:

Attribute Type Description
name required Variable name
value required Variable value.

Might contain placeholders that will be replaced at runtime.