Searched defs:sqlite3_index_constraint_usage (Results 1 – 7 of 7) sorted by relevance
61 pub type sqlite3_index_constraint_usage = sqlite3_index_info_sqlite3_index_constraint_usage; typedef
6930 struct sqlite3_index_constraint_usage { struct6931 int argvIndex; /* if >0, constraint is part of argv to xFilter */6932 unsigned char omit; /* Do not code a test for this constraint */
7993 struct sqlite3_index_constraint_usage { struct7994 int argvIndex; /* if >0, constraint is part of argv to xFilter */7995 unsigned char omit; /* Do not code a test for this constraint */
7136 struct sqlite3_index_constraint_usage { struct7137 int argvIndex; /* if >0, constraint is part of argv to xFilter */7138 unsigned char omit; /* Do not code a test for this constraint */
7442 struct sqlite3_index_constraint_usage { struct7443 int argvIndex; /* if >0, constraint is part of argv to xFilter */7444 unsigned char omit; /* Do not code a test for this constraint */