XML format for the index object
The index element is a child of the table object.
The table contains children elements of type indexColumn and indexRelation.
<table name="...">
<index name="ct_bus_index" isUnique="true">
<description><![CDATA[]]></description>
<indexColumn name="role_name" order="0" />
<indexColumn name="focus_type" order="1" />
<indexRelation name="ct_bus_role2contact" order="2" />
<indexRelation name="ct_bus_role2bus_org" order="3" />
</index>
</table>
Attribute Name |
Required |
Description |
---|---|---|
name |
Yes |
Specifies the name of the index. |
description |
No |
Description of the index and its purpose. |
isUnique |
No |
Specifies if the index is a unique index or not. |
See Also |
Next |