summaryrefslogtreecommitdiff
path: root/external/public-domain/sqlite/man/SQLITE_INDEX_SCAN_UNIQUE.3
blob: 14cdfafd6aa7131730b01092a11e162e75d9f2e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.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