Lines Matching refs:FROM
308 ** from within an SQL statement. This program used to use the
329 ** This routine reads a line of text from FILE in, stores
330 ** the text in memory obtained from malloc() and returns a pointer
412 ** An pointer to an instance of this structure is passed from
430 char nullvalue[20]; /* The text to print when a NULL comes back from
894 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
895 ** added to zIn, and the result returned in memory obtained from malloc().
1190 break; /* from for */
1262 zPrepStmt = "DELETE FROM sqlite_sequence;\n";
1331 zSelect = appendText(zSelect, "|| ')' FROM ", 0);
1398 ".import FILE TABLE Import data from FILE into TABLE\n"
1424 ".restore ?DB? FILE Restore content of DB (default \"main\") from FILE\n"
1634 "SELECT name, type, sql FROM sqlite_master "
1638 "SELECT name, type, sql FROM sqlite_master "
1642 "SELECT sql FROM sqlite_master "
1650 "SELECT name, type, sql FROM sqlite_master "
1654 "SELECT sql FROM sqlite_master "
1728 char *zFile = azArg[1]; /* The file from which to extract data */
1735 char *zLine; /* A single line of input from the file */
1747 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable);
1824 break; /* from while */
1844 break; /* from while */
1862 "SELECT name FROM sqlite_master "
1865 "SELECT name FROM sqlite_temp_master "
1873 "SELECT name FROM sqlite_master "
1876 "SELECT name FROM sqlite_temp_master "
2132 "SELECT sql FROM "
2134 " FROM sqlite_master UNION ALL"
2135 " SELECT sql, type, tbl_name, name FROM sqlite_temp_master) "
2144 "SELECT sql FROM "
2146 " FROM sqlite_master UNION ALL"
2147 " SELECT sql, type, tbl_name, name FROM sqlite_temp_master) "
2203 "SELECT name FROM sqlite_master "
2206 "SELECT name FROM sqlite_temp_master "
2214 "SELECT name FROM sqlite_master "
2217 "SELECT name FROM sqlite_temp_master "
2485 ** Read input from *in and process it. If *in==0 then input
2487 ** is coming from a file or device. A prompt is issued and history
2597 ** resulting string is obtained from malloc(). The calling
2657 ** Read input from the file given by sqliterc_override. Or if that
2658 ** parameter is NULL, take input from ~/.sqliterc
2694 fprintf(stderr,"-- Loading resources from %s\n",sqliterc);
2803 ** informational messages (like from process_sqliterc) before
2882 ** files from being created if a user mistypes the database name argument
3012 /* Run commands received from standard input