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