updateRelation

The updateRelation element allows an existing relation to be modified.

Example:

<updateRelation name="creator2case" table="employee">
   <description>This is the description of creator2case.</description>
   <inverseDescription>This is the description of case2creator.</inverseDescription>
</updateRelation>

Required Attributes:

Attribute Name

Description

name

Specifies the name of the relation.

table

Specifies the name of the table on which this relation should be added.


Optional Child Elements:

Element Name

Description

description

Description of the relation.

inverseDescription

Description of the inverse relation.

See Also

schemaScript

addColumn

addExclusiveRelationSet

addIndex

addJoin

addRelation

addSqlView

addSqlViewColumn

addTable

addView

addViewColumn

updateColumn

updateIndex

updateJoin

updateTable

updateSchema

updateSqlView

updateSqlViewColumn

updateView

updateViewColumn

Next

updateTable

updateRelation