| SQLITE_INDEX_SCAN_UNIQUE(3) | Library Functions Manual | SQLITE_INDEX_SCAN_UNIQUE(3) |
SQLITE_INDEX_SCAN_UNIQUE —
virtual table scan flags
#include
<sqlite3.h>
#define SQLITE_INDEX_SCAN_UNIQUE
Virtual table implementations are allowed to set the sqlite3_index_info.idxFlags field to some combination of these bits.
These declarations were extracted from the interface documentation at line 7465.
#define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */
| January 24, 2024 | NetBSD 11.0 |