Searched refs:ExplainQueryPlan (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 16851 # define ExplainQueryPlan(P) sqlite3VdbeExplain P macro 16855 # define ExplainQueryPlan2(V,P) ExplainQueryPlan(P) 16860 # define ExplainQueryPlan(P) macro 111447 ExplainQueryPlan((pParse, 0, 111527 ExplainQueryPlan((pParse, 0, 111727 ExplainQueryPlan((pParse, 0, "REUSE LIST SUBQUERY %d", 111777 ExplainQueryPlan((pParse, 1, "%sLIST SUBQUERY %d", 111917 ExplainQueryPlan((pParse, 0, "REUSE SUBQUERY %d", pSel->selId)); 143406 ExplainQueryPlan((pParse, 0, "USE TEMP B-TREE FOR %s", zUsage)); 144505 ExplainQueryPlan((pParse, 1, "SETUP")); [all …]
|