Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIndex

Describes the structure of an index in a Progress table.

Hierarchy

  • IIndex

Index

Properties

Optional active

active: boolean

Flag set if the index is currently activated.

Optional description

description: string

Index description.

fields

fields: IIndexField[]

The fields that are part of the index.

name

name: string

The index name.

Optional primary

primary: boolean

Flag set for the default/primary index of the table.

table

table: ITable

Link back to the table of which this index is part.

Optional unique

unique: boolean

Flag set for unique indexes.

Optional word

word: boolean

Flag set for an word index, can be used with contains operator.