Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c18298 static const char *zStmtSql; in shell_exec() local
18311 zStmtSql = sqlite3_sql(pStmt); in shell_exec()
18312 if( zStmtSql==0 ) zStmtSql = ""; in shell_exec()
18313 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()
18331 zEQP = sqlite3_mprintf("EXPLAIN QUERY PLAN %s", zStmtSql); in shell_exec()
18349 zEQP = sqlite3_mprintf("EXPLAIN %s", zStmtSql); in shell_exec()

Completed in 33 milliseconds