Searched defs:sqlite3_index_constraint_usage (Results 1 – 4 of 4) sorted by relevance
4872 struct sqlite3_index_constraint_usage { struct4873 int argvIndex; /* if >0, constraint is part of argv to xFilter */4874 unsigned char omit; /* Do not code a test for this constraint */
5425 struct sqlite3_index_constraint_usage { struct5426 int argvIndex; /* if >0, constraint is part of argv to xFilter */5427 unsigned char omit; /* Do not code a test for this constraint */
6863 struct sqlite3_index_constraint_usage { struct6864 int argvIndex; /* if >0, constraint is part of argv to xFilter */6865 unsigned char omit; /* Do not code a test for this constraint */
7902 struct sqlite3_index_constraint_usage { struct7903 int argvIndex; /* if >0, constraint is part of argv to xFilter */7904 unsigned char omit; /* Do not code a test for this constraint */