Lines Matching refs:FROM
313 ** from within an SQL statement. This program used to use the
334 ** This routine reads a line of text from FILE in, stores
335 ** the text in memory obtained from malloc() and returns a pointer
417 ** An pointer to an instance of this structure is passed from
435 char nullvalue[20]; /* The text to print when a NULL comes back from
899 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
900 ** added to zIn, and the result returned in memory obtained from malloc().
1195 break; /* from for */
1267 zPrepStmt = "DELETE FROM sqlite_sequence;\n";
1336 zSelect = appendText(zSelect, "|| ')' FROM ", 0);
1403 ".import FILE TABLE Import data from FILE into TABLE\n"
1429 ".restore ?DB? FILE Restore content of DB (default \"main\") from FILE\n"
1653 "SELECT name, type, sql FROM sqlite_master "
1657 "SELECT name, type, sql FROM sqlite_master "
1661 "SELECT sql FROM sqlite_master "
1669 "SELECT name, type, sql FROM sqlite_master "
1673 "SELECT sql FROM sqlite_master "
1747 char *zFile = azArg[1]; /* The file from which to extract data */
1754 char *zLine; /* A single line of input from the file */
1766 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable);
1843 break; /* from while */
1863 break; /* from while */
1881 "SELECT name FROM sqlite_master "
1884 "SELECT name FROM sqlite_temp_master "
1892 "SELECT name FROM sqlite_master "
1895 "SELECT name FROM sqlite_temp_master "
2151 "SELECT sql FROM "
2153 " FROM sqlite_master UNION ALL"
2154 " SELECT sql, type, tbl_name, name FROM sqlite_temp_master) "
2163 "SELECT sql FROM "
2165 " FROM sqlite_master UNION ALL"
2166 " SELECT sql, type, tbl_name, name FROM sqlite_temp_master) "
2222 "SELECT name FROM sqlite_master "
2225 "SELECT name FROM sqlite_temp_master "
2233 "SELECT name FROM sqlite_master "
2236 "SELECT name FROM sqlite_temp_master "
2504 ** Read input from *in and process it. If *in==0 then input
2506 ** is coming from a file or device. A prompt is issued and history
2616 ** resulting string is obtained from malloc(). The calling
2676 ** Read input from the file given by sqliterc_override. Or if that
2677 ** parameter is NULL, take input from ~/.sqliterc
2713 fprintf(stderr,"-- Loading resources from %s\n",sqliterc);
2822 ** informational messages (like from process_sqliterc) before
2901 ** files from being created if a user mistypes the database name argument
3031 /* Run commands received from standard input