xref: /netbsd-src/external/public-domain/sqlite/man/SQLITE_INDEX_SCAN_UNIQUE.3 (revision 82d56013d7b633d116a93943de88e08335357a7c)
1.Dd December 19, 2018
2.Dt SQLITE_INDEX_SCAN_UNIQUE 3
3.Os
4.Sh NAME
5.Nm SQLITE_INDEX_SCAN_UNIQUE
6.Nd Virtual Table Scan Flags
7.Sh SYNOPSIS
8.Fd #define SQLITE_INDEX_SCAN_UNIQUE
9.Sh DESCRIPTION
10Virtual table implementations are allowed to set the sqlite3_index_info.idxFlags
11field to some combination of these bits.
12.Sh SEE ALSO
13.Xr sqlite3_index_info 3
14