Home | History | Annotate | Download | only in dist

Lines Matching refs:INTO

314 ** sqlite_exec_printf() API to substitue a string into an SQL statement.
822 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
1279 "INSERT INTO sqlite_master(type,name,tbl_name,rootpage,sql)"
1307 zSelect = appendText(zSelect, "SELECT 'INSERT INTO ' || ", 0);
1403 ".import FILE TABLE Import data from FILE into TABLE\n"
1556 /* Parse the input line into tokens.
1746 char *zTable = azArg[2]; /* Insert data into this table */
1755 char **azCol; /* zLine[] broken up into columns */
1788 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO %s VALUES(?", zTable);