Searched refs:temp_store (Results 1 – 22 of 22) sorted by relevance
1168 PRAGMA temp_store;1186 PRAGMA temp_store;1205 PRAGMA temp_store;1268 PRAGMA temp_store = 0;1269 PRAGMA temp_store;1274 PRAGMA temp_store = 1;1275 PRAGMA temp_store;1280 PRAGMA temp_store = 2;1281 PRAGMA temp_store;1287 PRAGMA temp_store;[all …]
18 PRAGMA temp_store = memory;
43 PRAGMA temp_store = file;
87 PRAGMA temp_store = 'memory';
76 execsql { PRAGMA temp_store = 1 }
132 PRAGMA temp_store = file;
110 PRAGMA temp_store=MEMORY;
284 PRAGMA temp_store = memory;313 PRAGMA temp_store = memory;
96 PRAGMA temp_store = memory;
124 PRAGMA temp_store = memory;
186 PRAGMA temp_store = file;
56 29 "PRAGMA temp_store = memory"
518 execsql "PRAGMA temp_store = $tmpstore; PRAGMA threads = $nWorker"
400 PRAGMA temp_store = memory;
320 execsql {pragma temp_store=file}
326 execsql {pragma temp_store=file}
1131 db eval { PRAGMA temp_store = file }
289 7 { PRAGMA synchronous = NORMAL ; PRAGMA temp_store = 0 } {293 8 { PRAGMA synchronous = NORMAL ; PRAGMA temp_store = 2 } {
158 if( db->temp_store==ts ) return SQLITE_OK; in changeTempStorage()162 db->temp_store = (u8)ts; in changeTempStorage()950 returnSingleInt(v, db->temp_store); in sqlite3Pragma()983 || (SQLITE_TEMP_STORE==1 && db->temp_store<=1) in sqlite3Pragma()984 || (SQLITE_TEMP_STORE==2 && db->temp_store==1) in sqlite3Pragma()
2558 return ( db->temp_store==2 ); in sqlite3TempInMemory()2561 return ( db->temp_store!=1 ); in sqlite3TempInMemory()3401 db->temp_store = 2; in openDatabase()
1558 u8 temp_store; /* 1: file 2: memory 0: default */ member
201 NAME: temp_store