Source position: db.pas line 1243
type TIndexOptions = set of (
ixPrimary,
ixUnique,
ixDescending,
ixCaseInsensitive,
ixExpression,
ixNonMaintained
);