Home | History | Annotate | Download | only in dist

Lines Matching refs:EXISTS

10007 ** zFile will be written to exists, creating it if required. The permissions
12821 ** exists, extract the 32-bit modification-timestamp from it and store
16126 ** (*pbContains) is set to true if zTab exists, or false if it does not.
16134 int *pbContains /* OUT: True if object exists */
16511 rc = sqlite3_exec(p->dbv,"DROP TABLE IF EXISTS temp."UNIQUE_TABLE_NAME,0,0,0);
16605 "DROP TABLE IF EXISTS temp." UNIQUE_TABLE_NAME, 0,0,0
16627 sqlite3_exec(p->db, "DROP TABLE IF EXISTS temp."UNIQUE_TABLE_NAME,0,0,0);
17666 " SELECT EXISTS ("
17669 " AND NOT EXISTS (SELECT 1 FROM sqlite_schema WHERE name=l.name)"
17840 " SELECT format('CASE WHEN EXISTS \n"
19499 ** or may be an SQLite URI. If the identified database file already exists,
24229 ** Return open FILE * if zFile exists, can be opened for read
25586 ** in FTS3/4/5 into CREATE TABLE IF NOT EXISTS statements.
25614 cli_printf(out, "CREATE TABLE IF NOT EXISTS %s%s", z+13, zTail);
25814 "CREATE TABLE IF NOT EXISTS selftest(\n"
26249 "CREATE TABLE IF NOT EXISTS temp.sqlite_parameters(\n"
26840 cli_puts("CREATE TABLE IF NOT EXISTS sqlite_sequence(name,seq);\n"
27116 " --ifexist Only open if FILE already exists",
27432 ** Return a pointer to usage text for zCmd, or NULL if none exists.
28814 cli_printf(stderr,"File \"%s\" already exists.\n", zNewDb);
30256 "CREATE TABLE IF NOT EXISTS sqlar(\n"
30263 const char *zDrop = "DROP TABLE IF EXISTS sqlar";
30325 " AND NOT EXISTS("
30685 " WHERE EXISTS("
30739 sqlite3_exec(*pDb,"drop table if exists ColNames;"
30740 "drop view if exists RepeatedNames;",0,0,0);
31691 dotCmdError(p, i, "mode already exists", 0);
32852 "name LIKE %Q ESCAPE '\\' OR EXISTS ("
33393 "%s (EXISTS(SELECT 1 FROM pragma_index_xinfo(i.name) WHERE cid=-2)\n"
33395 " EXISTS(SELECT cid FROM pragma_table_xinfo(t.name) WHERE hidden=2"
33734 sqlite3_exec(p->db, "DROP TABLE IF EXISTS temp.sqlite_parameters;",
33768 ** Make sure the TEMP table used to hold bind parameters exists.
33818 ** exists.
34355 cli_printf(stderr,"Session \"%s\" already exists\n", zName);
34409 int bSelftestExists; /* True if SELFTEST already exists */
36206 " -ifexists only open if database already exists\n"
36758 /* Go ahead and open the database file if it already exists. If the