Searched refs:sQuery (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 34560 ShellText sQuery; /* Set of queries used to read all content */ in do_meta_command() local 34607 initText(&sQuery); in do_meta_command() 34616 appendText(&sQuery,"SELECT * FROM ", 0); in do_meta_command() 34617 appendText(&sQuery,zTab,'"'); in do_meta_command() 34618 appendText(&sQuery," NOT INDEXED;", 0); in do_meta_command() 34620 appendText(&sQuery,"SELECT type,name,tbl_name,sql FROM sqlite_schema" in do_meta_command() 34623 appendText(&sQuery,"SELECT name,seq FROM sqlite_sequence" in do_meta_command() 34626 appendText(&sQuery,"SELECT tbl,idx,stat FROM sqlite_stat1" in do_meta_command() 34629 appendText(&sQuery, "SELECT * FROM ", 0); in do_meta_command() 34630 appendText(&sQuery, zTab, 0); in do_meta_command() [all …]
|