Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c21064 static const char *zStmtSql; in shell_exec() local
21077 zStmtSql = sqlite3_sql(pStmt); in shell_exec()
21078 if( zStmtSql==0 ) zStmtSql = ""; in shell_exec()
21079 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()