updateView

The updateView element allows an existing view to be modified.

Example:

<updateView name="my_new_view" id="3001" >
   <description>This is the description of the updated view.</description>
</updateView>

Required Attributes:

Attribute Name

Description

name

Specifies the name of the view. This must be a unique name amongst all tables and views.

id

Specifies the id number of the view. This must be a unique id amongst all tables and views. The customer range for IDs is 430-511 and 2000-4999.


Optional Child Elements:

Element Name

Description

description

Description of the view and its purpose.

groupName

Specifies the name of the application module that the view is used by.

See Also

schemaScript

addColumn

addExclusiveRelationSet

addIndex

addJoin

addRelation

addSqlView

addSqlViewColumn

addTable

addView

addViewColumn

updateColumn

updateIndex

updateJoin

updateRelation

updateTable

updateSchema

updateSqlView

updateSqlViewColumn

updateViewColumn

Next

updateViewColumn

updateView