updateJoin

The updateJoin element allows an existing join to be modified.

Example:

<updateJoin view="my_existing_view" relation="relationName" table="tableName" alias="" toAlias="">
   <description>This is the description of the updated join.</description>
   <kind>Inner</kind>
</updateJoin>

Required Attributes:

Attribute Name

Description

view

The name of the view on which this join exists on.

table

The name of the table to be joined to.

relation

The name of the relation on the table used for the join.

alias

Name of the alias for the table defined in the table attribute.

toAlias

Name of the alias for the table referenced by the other side of the relation.


Optional Child Elements:

Element Name

Description

kind

Specifies the kind of the join. Valid values are:

  • Inner
  • Outer

description

Description of the join.

See Also

schemaScript

addColumn

addExclusiveRelationSet

addIndex

addJoin

addRelation

addSqlView

addSqlViewColumn

addTable

addView

addViewColumn

updateColumn

updateIndex

updateRelation

updateTable

updateSchema

updateSqlView

updateSqlViewColumn

updateView

updateViewColumn

Next

updateRelation

updateJoin