Searched refs:sQuery (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 28604 ShellText sQuery; /* Set of queries used to read all content */ in do_meta_command() local 28650 initText(&sQuery); in do_meta_command() 28659 appendText(&sQuery,"SELECT * FROM ", 0); in do_meta_command() 28660 appendText(&sQuery,zTab,'"'); in do_meta_command() 28661 appendText(&sQuery," NOT INDEXED;", 0); in do_meta_command() 28663 appendText(&sQuery,"SELECT type,name,tbl_name,sql FROM sqlite_schema" in do_meta_command() 28666 appendText(&sQuery,"SELECT name,seq FROM sqlite_sequence" in do_meta_command() 28669 appendText(&sQuery,"SELECT tbl,idx,stat FROM sqlite_stat1" in do_meta_command() 28672 appendText(&sQuery, "SELECT * FROM ", 0); in do_meta_command() 28673 appendText(&sQuery, zTab, 0); in do_meta_command() [all …]
|