Searched refs:ExplainQueryPlan (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 16908 # define ExplainQueryPlan(P) macro 112184 ExplainQueryPlan((pParse, 0, 112264 ExplainQueryPlan((pParse, 0, 112514 ExplainQueryPlan((pParse, 1, "%sLIST SUBQUERY %d", 134009 ExplainQueryPlan((pParse, 0, "SCAN %S", pItem)); 145618 ExplainQueryPlan((pParse, 1, "SETUP")); 145650 ExplainQueryPlan((pParse, 1, "RECURSIVE STEP")); 145858 ExplainQueryPlan((pParse, 1, "UNION ALL")); 146538 ExplainQueryPlan((pParse, 1, "LEFT")); 146553 ExplainQueryPlan((pParse, 1, "RIGHT")); [all …]
|