Home | History | Annotate | Download | only in dist

Lines Matching full:plan

455   int autoEQP;           /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */
1330 /* Show the EXPLAIN QUERY PLAN if .eqp is on */
1333 char *zEQP = sqlite3_mprintf("EXPLAIN QUERY PLAN %s", sqlite3_sql(pStmt));
1599 ".eqp on|off Enable or disable automatic EXPLAIN QUERY PLAN\n"