Difference between revisions of "Db-call"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "The db-call operation is part of the DB-calls family. It defines the parameters to perform an operation on DB. It has two elements: * Description * DBOperations and has th...")
 
({{VULCON}} / {{GVCONSOLE}} Configuration)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
The db-call operation is part of the DB-calls family. It defines the parameters to perform an operation on DB.
+
==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".
  
It has two elements:
+
=={{VULCON}} / {{GVCONSOLE}} Configuration==
  
* Description
 
* [[DBOperations]]
 
  
and has the following parameters:
+
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]]
  
* type: Unmodifiable. Used by {{GVESB}} factory framework.
+
It has two subelements:
* class: it.greenvulcano.gvesb.virtual.db.DBCallOperation
+
 
* name: Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations.
+
* [[Description]]
 +
* [[DBOperations]]: defines all the useful information to make a call to DataBase.
 +
 
 +
and the following attributes:
 +
{|class="gvtable"
 +
! Attribute !! Type !! Description
 +
|-
 +
| type || fixed || This attribute must assume the value '''call'''.
 +
|-
 +
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.db.DBCallOperation'''
 +
|-
 +
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
 +
|}

Latest revision as of 15:34, 3 April 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:

and the following attributes:

Attribute Type Description
type fixed This attribute must assume the value call.
class fixed This attribute must assume the value it.greenvulcano.gvesb.virtual.db.DBCallOperation
name required Operation name. Used in the Flow section to associate workflow nodes to VCL operations.