Difference between revisions of "GVSQLErrorMapping"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== This element maps the SQL Errors =={{VULCON}} / {{GVCONSOLE}} Configuration== The GVSQLErrorMapping Element is visualized from the {{VULCON}} Adapter view as s...")
 
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
|}
 
|}
  
Its suelements are:
+
Its subelements are:
 
* Description
 
* Description
* DefaultMapping
+
* [[GVSQLErrorMapping#DefaultMapping|DefaultMapping]]
* CustomMapping
+
* [[GVSQLErrorMapping#CustomMapping|CustomMapping]]
  
 
===DefaultMapping===
 
===DefaultMapping===
Line 54: Line 54:
 
|-
 
|-
 
| code || required || The attribute's value can't be null.
 
| code || required || The attribute's value can't be null.
 +
|}
 +
 +
===CustomMapping===
 +
 +
Contains the element [[GVSQLErrorMapping#CatalogMapping|CatalogMapping]].
 +
 +
The following table shows the CustomMapping element's attributes:
 +
{|class="gvtable"
 +
! Attribute !! Type !! Description
 +
|-
 +
| code || required || The attribute's value can't be null.
 +
|-
 +
| caller || required || The attribute's value can't be null.
 
|}
 
|}

Latest revision as of 15:09, 9 November 2012

Description

This element maps the SQL Errors

VulCon / GV Console Configuration

The GVSQLErrorMapping Element is visualized from the VulCon Adapter view as subelement of GVAdapters.

The following table shows the GVSQLErrorMapping element's attributes:

Attribute Type Description
type fixed This attribute must assume the value module.
name fixed This attribute must assume the value SQL_ERROR_MAPPING.

Its subelements are:

DefaultMapping

Contains the CatalogMapping element.

The following table shows the DefaultMapping element's attributes:

Attribute Type Description
code required The attribute's value can't be null.

CatalogMapping

Contains the SQLErrorCode element.

The following table shows the CatalogMapping element's attributes:

Attribute Type Description
code required The attribute's value can't be null.
module optional The attribute's value can't be null.
SQLErrorCode

The SQLErrorCode Element is used by: CatalogMapping.

The following table shows the SQLErrorCode element's attributes:

Attribute Type Description
code required The attribute's value can't be null.

CustomMapping

Contains the element CatalogMapping.

The following table shows the CustomMapping element's attributes:

Attribute Type Description
code required The attribute's value can't be null.
caller required The attribute's value can't be null.