Difference between revisions of "Db-call"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
==Description==
 +
The '''db-call''' plugin defines the information needed to make a call to DB that can be a "SELECT", a "CALL" to "StoreProcedure" and / or "INSERT / UPDATE".
 +
 +
=={{VULCON}} / {{GVCONSOLE}} Configuration==
 +
 +
 
The db-call operation is part of the DB-calls family. It defines the parameters to perform an operation on DB. It is used by [[Channel]] and [[routed-call]]
 
The db-call operation is part of the DB-calls family. It defines the parameters to perform an operation on DB. It is used by [[Channel]] and [[routed-call]]
  
It has two elements:
+
It has two subelements:
  
 
* Description
 
* Description
* [[DBOperations]]
+
* [[DBOperations]]: define all the useful information to make a call to DataBase.
  
and has the following parameters:
+
and the following attributes:
  
 
* ''type'': call. Unmodifiable. Used by {{GVESB}} factory framework.
 
* ''type'': call. Unmodifiable. Used by {{GVESB}} factory framework.
 
* ''class'': it.greenvulcano.gvesb.virtual.db.DBCallOperation
 
* ''class'': it.greenvulcano.gvesb.virtual.db.DBCallOperation
 
* ''name'': Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
 
* ''name'': Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.

Revision as of 16:31, 30 January 2012

Description

The db-call plugin defines the information needed to make a call to DB that can be a "SELECT", a "CALL" to "StoreProcedure" and / or "INSERT / UPDATE".

VulCon / GV Console Configuration

The db-call operation is part of the DB-calls family. It defines the parameters to perform an operation on DB. It is used by Channel and routed-call

It has two subelements:

  • Description
  • DBOperations: define all the useful information to make a call to DataBase.

and the following attributes:

  • type: call. Unmodifiable. Used by GreenVulcano® ESB factory framework.
  • class: it.greenvulcano.gvesb.virtual.db.DBCallOperation
  • name: Operation name. Used in the Flow section to associate workflow nodes to VCL operations.