Home
last modified time | relevance | path

Searched refs:sqlite3_stmt_isexplain (Results 1 - 4 of 4) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h658 #define sqlite3_stmt_isexplain sqlite3_api->stmt_isexplain macro
H A Dsqlite3.h4346 ** ^The sqlite3_stmt_isexplain(S) interface returns 1 if the
4349 ** ^The sqlite3_stmt_isexplain(S) interface returns 0 if S is
4352 SQLITE_API int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt);
/third_party/sqlite/src/
H A Dshell.c18322 if( pArg && pArg->autoEQP && sqlite3_stmt_isexplain(pStmt)==0 ){ in shell_exec()
18374 if( sqlite3_stmt_isexplain(pStmt)==1 ){ in shell_exec()
18377 if( sqlite3_stmt_isexplain(pStmt)==2 ){ in shell_exec()
H A Dsqlite3.c4652 ** ^The sqlite3_stmt_isexplain(S) interface returns 1 if the
4655 ** ^The sqlite3_stmt_isexplain(S) interface returns 0 if S is
4658 SQLITE_API int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt);
89688 SQLITE_API int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt){ global() function
132581 #define sqlite3_stmt_isexplain global() macro
[all...]

Completed in 178 milliseconds