Home
last modified time | relevance | path

Searched refs:affirmDbOpen (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js333 const affirmDbOpen = function(db){ function
481 return affirmDbOpen(this);
536 const p = affirmDbOpen(this).pointer;
561 return capi.sqlite3_db_name(affirmDbOpen(this).pointer, dbNumber);
573 affirmDbOpen(this).pointer, dbName
605 affirmDbOpen(this);
762 affirmDbOpen(this);
1104 affirmDbOpen(this).exec("BEGIN");
1124 affirmDbOpen(this).exec("SAVEPOINT oo1");
1786 return jdb.clearStorage(affirmDbOpen(this).filename);
[all …]
H A Dsqlite3-api-worker1.js412 const affirmDbOpen = function(db = wState.dbList[0]){ function
419 return affirmExists ? affirmDbOpen(db) : db;