updateTable

The updateTable element allows an existing table to be modified.

Example:

<updateTable name="my_new_table" id="2001">
   <description>This is the description of the updated table.</description>
   <groupName>This is the custom group.</groupName>
</updateTable>

Required Attributes:

Attribute Name

Description

name

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

id

Specifies the id number of the table. 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 table and its purpose.

groupName

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

areIDsCached

Specifies if objid caching is enabled for this table when using the Clarify Classic Client.

areFlexibleAttributesAllowed

Specifies if the object can have flexible attributes.

isFlexibleAttributeTable

Specifies if the object is a flexible attributes table.

isOnlyMetadata

Indicates if the table is only represented in the metadata layer (ADP tables), and not a physical table.

See Also

schemaScript

addColumn

addExclusiveRelationSet

addIndex

addJoin

addRelation

addSqlView

addSqlViewColumn

addTable

addView

addViewColumn

updateColumn

updateIndex

updateJoin

updateRelation

updateSchema

updateSqlView

updateSqlViewColumn

updateView

updateViewColumn

Next

updateSchema

updateTable