Searched refs:bIsExplain (Results 1 – 1 of 1) sorted by relevance
24923 int bIsExplain = (sqlite3_stmt_isexplain(pStmt)==1); in shell_exec() local24926 if( bIsExplain ){ in shell_exec()24936 if( pArg->cMode==MODE_Explain && bIsExplain ){ in shell_exec()