Searched refs:sqlite3_stmt_isexplain (Results 1 – 8 of 8) sorted by relevance
215 set rc [sqlite3_stmt_isexplain $STMT]225 sqlite3_stmt_isexplain 0
1097 && !sqlite3_stmt_isexplain(pStmt) in runDbSql()
463 sqlite3_stmt_isexplain,
652 #define sqlite3_stmt_isexplain sqlite3_api->stmt_isexplain macro
1787 int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt){ in sqlite3_stmt_isexplain() function
2721 rc = sqlite3_stmt_isexplain(pStmt); in test_stmt_isexplain()
3918 if( pArg && pArg->autoEQP && sqlite3_stmt_isexplain(pStmt)==0 ){3970 if( sqlite3_stmt_isexplain(pStmt)==1 ){3973 if( sqlite3_stmt_isexplain(pStmt)==2 ){
4332 ** ^The sqlite3_stmt_isexplain(S) interface returns 1 if the4335 ** ^The sqlite3_stmt_isexplain(S) interface returns 0 if S is4338 int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt);