XML format for the IndexRelation object
The indexRelation element is a child of the index object.
<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 |
Default |
Description |
---|---|---|---|
name |
Yes |
|
Specifies the name of the relation to be indexed. |
order |
Yes |
|
Order of the column/relation within the index. |
See Also |
Next |