xref: /netbsd-src/external/public-domain/sqlite/man/SQLITE_INDEX_SCAN_UNIQUE.3 (revision 627f7eb200a4419d89b531d55fccd2ee3ffdcde0)
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