Searched refs:isExplain (Results 1 – 1 of 1) sorted by relevance
26583 int isExplain; in shell_exec() local26600 isExplain = sqlite3_stmt_isexplain(pStmt); in shell_exec()26601 if( pArg && pArg->mode.autoEQP && isExplain==0 && pArg->dot.nArg==0 ){ in shell_exec()26630 if( isExplain && pArg->mode.autoExplain ){ in shell_exec()26631 spec.eStyle = isExplain==1 ? QRF_STYLE_Explain : QRF_STYLE_Eqp; in shell_exec()