Difference between revisions of "Statement"
(Created page with "This section contains the statement to be evaluated which can contains the following placeholders: # fixed : a text string; # <nowiki>${{propname}} </nowiki> : a System propert...") |
|||
Line 1: | Line 1: | ||
− | This section contains the statement to be evaluated which can contains | + | This section contains the statement to be evaluated which can contains one or more [[placeholders]]. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
The Statement element has the following parameters: | The Statement element has the following parameters: | ||
− | * type: | + | * ''type'': Must be: |
− | + | ** DBOSelect : select | |
− | + | ** DBOInsert : insert | |
− | + | ** DBOUpdate : update | |
− | + | ** DBOInsertOrUpdate : insert|update | |
− | + | ** DBOUpdateOrInsert : insert|update | |
− | + | ** DBOCallSP : callsp | |
− | + | ** Excel Sheet : select | |
− | |||
− | |||
− | |||
− | |||
− | * id: Pattern: ! [0-9]* ! set a integer value | + | * ''id'': Pattern: ! [0-9]* ! set a integer value |
Revision as of 10:42, 26 January 2012
This section contains the statement to be evaluated which can contains one or more placeholders.
The Statement element has the following parameters:
- type: Must be:
- DBOSelect : select
- DBOInsert : insert
- DBOUpdate : update
- DBOInsertOrUpdate : insert|update
- DBOUpdateOrInsert : insert|update
- DBOCallSP : callsp
- Excel Sheet : select
- id: Pattern: ! [0-9]* ! set a integer value