Home
last modified time | relevance | path

Searched refs:fid (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js210 __autoLocks.add(fh.fid);
233 __autoLocks.delete(fh.fid);
384 __autoLocks.delete(fid);
385 const fh = __openFiles[fid];
389 delete __openFiles[fid];
444 const fh = __openFiles[fid];
463 const fh = __openFiles[fid];
471 __autoLocks.delete(fid);
509 fid: fid, property
531 const fh = __openFiles[fid];
[all …]
H A Dsqlite3-api-opfs.js844 fh.fid = pFile;
1176 const fid = sq3File.pointer;
1193 fid, openFlags, pOut);
1224 rc = ioSyncWrappers.xClose(fid);
/sqlite-3.40.0/tool/
H A Drestore_jrnl.tcl125 set fid [open $jrnl_name r]
126 fconfigure $fid -translation binary -encoding binary
127 seek $fid [expr $jrnl_pg_offset+4]
128 set data [read $fid $db_pgsz]
129 close $fid
/sqlite-3.40.0/test/
H A Dwith1.test281 WITH flat(fid, fpath) AS (
284 SELECT id, fpath || '/' || name FROM f, flat WHERE parentid=fid
301 WITH flat(fid, fpath) AS (
304 SELECT id, fpath || '/' || name FROM f, flat WHERE parentid=fid
522 WITH flat(fid, p) AS (
548 WITH flat(fid, depth, p) AS (
646 WITH flat(fid, depth, p) AS (
658 WITH flat(fid, depth, p) AS (
663 FROM flat, tree WHERE parentid=fid
673 WITH flat(fid, depth, p) AS (
[all …]
H A Dalterlegacy.test426 CREATE TABLE "mytable" ( "fid" INTEGER PRIMARY KEY, "geom" BLOB);
429 WHEN OLD."fid" = NEW."fid" AND NEW."geom" IS NULL BEGIN
430 DELETE FROM rt WHERE id = OLD."fid";
H A DwhereJ.test30 fid,
49 CREATE INDEX ix0 on tx1(a1,curx,aid,cid,sid,ftype,fp,fyear DESC,edate DESC,fid);
50 CREATE INDEX ix1 on tx1(a1,curx,aid,ftype,fp,fyear DESC,fid,edate DESC,cid,sid);
51 CREATE INDEX ix2 on tx1(a1,curx,cid,sid,ftype,fp,fyear DESC,edate DESC,aid,fid);
52 CREATE INDEX ix3 on tx1(a1,curx,fid,ftype,fp,fyear DESC,cid,sid,aid,edate DESC);
53 CREATE INDEX ix4 on tx1(a1,curx,ftype,cid,sid,aid,edate DESC,fid,fp,fyear DESC);
54 CREATE INDEX ix5 on tx1(a1,curx,ftype,aid,fid,cid,sid,edate DESC,fp,fyear DESC);
55 …CREATE INDEX ix6 on tx1(ftype,fp,fyear DESC,cid,sid,edate DESC,a1,fid,aid,curx,est,rstat,cx,acode,…
56 …CREATE INDEX ix7 on tx1(cid,a1,curx,sid,ftype,est,fid,aid,edate,rstat,cx,fyear,fp,acode,tdate,gsta…
H A Daltertab.test423 CREATE TABLE "mytable" ( "fid" INTEGER PRIMARY KEY, "geom" BLOB);
426 WHEN OLD."fid" = NEW."fid" AND NEW."geom" IS NULL BEGIN
427 DELETE FROM rt WHERE id = OLD."fid";