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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile177 sqlite3_stmt_isexplain.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h659 #define sqlite3_stmt_isexplain sqlite3_api->stmt_isexplain macro
H A Dsqlite3.h4420 ** ^The sqlite3_stmt_isexplain(S) interface returns 1 if the
4423 ** ^The sqlite3_stmt_isexplain(S) interface returns 0 if S is
4426 SQLITE_API int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt);
H A Dshell.c21088 if( pArg && pArg->autoEQP && sqlite3_stmt_isexplain(pStmt)==0 ){
21116 assert( sqlite3_stmt_isexplain(pExplain)==1 );
21131 int bIsExplain = (sqlite3_stmt_isexplain(pStmt)==1);
21137 if( sqlite3_stmt_isexplain(pStmt)==2 ){
H A Dsqlite3.c4733 ** ^The sqlite3_stmt_isexplain(S) interface returns 1 if the
4736 ** ^The sqlite3_stmt_isexplain(S) interface returns 0 if S is
4739 SQLITE_API int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt);
91852 SQLITE_API int sqlite3_stmt_isexplain(sqlite3_stmt *pStmt){ function
136131 #define sqlite3_stmt_isexplain macro
[all...]

Completed in 632 milliseconds