Updated: 2022/Sep/29

Please read Privacy Policy. It's for your privacy.


SQLITE_INDEX_SCAN_UNIQUE(3)                           Library Functions Manual

NAME
     SQLITE_INDEX_SCAN_UNIQUE - virtual table scan flags

SYNOPSIS
     #include <sqlite3.h>

     #define SQLITE_INDEX_SCAN_UNIQUE

DESCRIPTION
     Virtual table implementations are allowed to set the
     sqlite3_index_info.idxFlags field to some combination of these bits.

IMPLEMENTATION NOTES
     These declarations were extracted from the interface documentation at
     line 7357.

     #define SQLITE_INDEX_SCAN_UNIQUE      1     /* Scan visits at most 1 row */

SEE ALSO
     sqlite3_index_info(3)

NetBSD 10.99                    August 24, 2023                   NetBSD 10.99