Home | History | Annotate | Download | only in orig

Lines Matching full:plan

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