Skip to main content

Module index_flags

Module index_flags 

Source
Expand description

Index flags (section [5] flags field in TDEF).

Constantsยง

IGNORE_NULLS
Ignore NULL values.
REQUIRED
Required index (all columns must be non-NULL).
UNIQUE
Unique index.