Difference between revisions of "DBOMultiFlatSelect"
(→{{GVESB}} configuration) |
|||
Line 16: | Line 16: | ||
* ''class'': it.greenvulcano.gvesb.datahandling.dbo.DBOMultiFlatSelect | * ''class'': it.greenvulcano.gvesb.datahandling.dbo.DBOMultiFlatSelect | ||
* ''name'' | * ''name'' | ||
− | * ''force-mode'' (caller|xml2db): Force mode of the DBO, can be used in DBOBuilder whit more heterogeneous DBO. <br/> Mode:<br/> caller - inherit the mode of the caller<br/> db2xml - data extraction mode | + | * ''force-mode'' (caller|xml2db): Force mode of the DBO, can be used in [[DBOBuilder]] whit more heterogeneous DBO. <br/> Mode:<br/> caller - inherit the mode of the caller<br/> db2xml - data extraction mode |
− | * ''jdbc-connection-name'': DataSource JNDI name. <br/> Override connection defined in DBOBuilder. | + | * ''jdbc-connection-name'': DataSource JNDI name. <br/> Override connection defined in [[DBOBuilder]]. |
* ''ignore-input'' (true|false): Tell the engine do not use the input data. | * ''ignore-input'' (true|false): Tell the engine do not use the input data. | ||
* ''output-data'': The default is the value of @name-Output. | * ''output-data'': The default is the value of @name-Output. |
Revision as of 08:51, 29 March 2012
Description
The DBOMultiFlatSelect element represents the DBO optimized for select operations and conversion in CSV rows.
GreenVulcano® ESB configuration
DBOMultiFlatSelect might contain the following sub-elements:
Its attributes are:
- type: dbo
- class: it.greenvulcano.gvesb.datahandling.dbo.DBOMultiFlatSelect
- name
- force-mode (caller|xml2db): Force mode of the DBO, can be used in DBOBuilder whit more heterogeneous DBO.
Mode:
caller - inherit the mode of the caller
db2xml - data extraction mode - jdbc-connection-name: DataSource JNDI name.
Override connection defined in DBOBuilder. - ignore-input (true|false): Tell the engine do not use the input data.
- output-data: The default is the value of @name-Output.