Source position: db.pas line 1231
type TIndexOption = (
ixPrimary,
ixUnique,
ixDescending,
ixCaseInsensitive,
ixExpression,
ixNonMaintained
);