Searched refs:isExplain (Results 1 – 1 of 1) sorted by relevance
26621 int isExplain; in shell_exec() local26638 isExplain = sqlite3_stmt_isexplain(pStmt); in shell_exec()26639 if( pArg && pArg->mode.autoEQP && isExplain==0 && pArg->dot.nArg==0 ){ in shell_exec()26668 if( isExplain && pArg->mode.autoExplain ){ in shell_exec()26669 spec.eStyle = isExplain==1 ? QRF_STYLE_Explain : QRF_STYLE_Eqp; in shell_exec()