Searched refs:appendText (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | dbdump.c | 432 appendText(&sTable, "INSERT INTO ", 0); in dump_callback() 443 appendText(&sTable, "(", 0); in dump_callback() 444 appendText(&sTable, azTCol[0], 0); in dump_callback() 446 appendText(&sTable, ",", 0); in dump_callback() 449 appendText(&sTable, ")", 0); in dump_callback() 451 appendText(&sTable, " VALUES(", 0); in dump_callback() 455 appendText(&sSelect, "SELECT ", 0); in dump_callback() 457 appendText(&sSelect, azTCol[0], 0); in dump_callback() 458 appendText(&sSelect, ",", 0); in dump_callback() 463 appendText(&sSelect, ",", 0); in dump_callback() [all …]
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 911 appendText(&s, zSchema, cQuote); 912 appendText(&s, ".", 0); 915 appendText(&s, zName, cQuote); 919 appendText(&s, zDiv, 0); 923 appendText(&s, zCol, cQuote); 925 appendText(&s, ")", 0); 2552 if( i ) appendText(p, ",", 0); 9630 appendText(&sSelect, 9952 appendText(&str, "x", 0); 10119 appendText(&sSql, zSep, 0); [all …]
|
| H A D | main.c | 4498 static char *appendText(char *p, const char *z){ in appendText() function 4531 p = appendText(p, zDatabase); in sqlite3_create_filename() 4533 p = appendText(p, azParam[i]); in sqlite3_create_filename() 4536 p = appendText(p, zJournal); in sqlite3_create_filename() 4537 p = appendText(p, zWal); in sqlite3_create_filename()
|