Home
last modified time | relevance | path

Searched refs:dbId (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-worker1-promiser.js148 let dbId;
174 if(!dbId) dbId = ev.dbId;
177 if(ev.dbId===dbId) dbId = undefined;
197 if(!msg.dbId) msg.dbId = dbId;
232 debug("Posting",msg.type,"message to Worker dbId="+(dbId||'default')+':',msg);
H A Dsqlite3-api-worker1.js418 const db = wState.getDb(msgData.dbId,false) || wState.dbList[0];
487 rc.dbId = getDbId(db);
606 let result, dbId = ev.dbId, evType = ev.type;
630 if(!dbId){
631 dbId = result.dbId/*from 'open' cmd*/
638 dbId: dbId, property
/sqlite-3.40.0/ext/wasm/
H A Ddemo-worker1-promiser.js93 T.assert(ev.dbId === r.dbId)
96 promiserConfig.dbId = ev.dbId;
H A Ddemo-worker1.js95 dbId: DbState.id, property
107 DbState.id = ev.dbId;
291 .assert(ev.dbId)
294 DbState.id = ev.dbId;
H A Dbatch-runner.js480 const dbId = this.e.selImpl.value;
481 const d = this.dbs[dbId];
483 if('websql' === dbId){
488 App.logHtml(dbId,"cache_size =",cacheSize);
501 this.logHtml(dbId,"cache_size =",cacheSize);
511 this.logHtml("Opened db:",dbId,d.filename);