SQLITE_INDEX_SCAN_UNIQUE(3) Library Functions Manual SQLITE_INDEX_SCAN_UNIQUE(3)

SQLITE_INDEX_SCAN_UNIQUEvirtual 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 */

sqlite3_index_info(3)

January 24, 2024 NetBSD 11.0