Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

.Dd December 19, 2018
.Dt SQLITE_INDEX_SCAN_UNIQUE 3
.Os
.Sh NAME
.Nm SQLITE_INDEX_SCAN_UNIQUE
.Nd Virtual Table Scan Flags
.Sh SYNOPSIS
.Fd #define SQLITE_INDEX_SCAN_UNIQUE
.Sh DESCRIPTION
Virtual table implementations are allowed to set the sqlite3_index_info.idxFlags
field to some combination of these bits.
.Sh SEE ALSO
.Xr sqlite3_index_info 3