strDDIndex Structure

 

<< Click to Display Table of Contents >>

Navigation:  Structures >

 

strDDIndex Structure

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Record layout for the Index.DDF table

 

 

 

Prototype

 

 

STRUCTURE strDDIndex ALIGN 1

 

 

 

Source Code

 

 

STRUCTURE strDDIndex ALIGN 1

 MEMBER FileNo     AS WORD          // File ID From FILE.DDF

 MEMBER FieldNo    AS WORD          // Field ID from FIELD.DDF

 MEMBER IndexNo    AS WORD          // Index Number

 MEMBER Segment    AS WORD          // Index Segment

 MEMBER Flags      AS WORD          // Btrieve Index Flags

 

         // Indexes

         // No        Fields

         // 0         Field ID

         // 1         Field ID + File ID

         // 2         File ID + Index Number + Index Segment

 

 

 

 

 

See Also

 

 

strDDFile, strDDField, StrDDFieldExt, StrDDComment