#define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */
虚拟表实现可以将 sqlite3_index_info.idxFlags 字段设置为这些位的某种组合。
另请参阅 对象、常量 和 函数 列表。