IBM Database Add-Ins for Visual Studio  

IBM Database Relational Indexes

A relational index is an ordered set of pointers to rows in a table.

Each index is based on the values of data in one or more columns in a table. An index is an object that is separate from the data in the table. When you create an index, the database builds the structure and maintains it automatically. An index can serve the following purposes:

You can:

The IBM® Database Add-Ins for Visual Studio provide three approaches for creating a relational index in Visual Studio:

To develop an IBM database relational index in Visual Studio:

  1. Create the index:
  2. If you created the index from the Solution Explorer, build the index on a database server.
  3. Change the index information while you change the table definition or edit the source code of the index as appropriate.
  4. If you edited the source code of the index, rebuild the index on the database server, and run the index again.

See Also

Developing IBM Database Indexes | Creating Relational Indexes | IBM Table Designer | DB2 XML Indexes


.NET Development Forum   developerWorks: Visual Studio .NET   DB2 FAQs   IDS FAQs

© Copyright IBM Corporation 2002, 2019. All Rights Reserved.