Home
last modified time | relevance | path

Searched defs:readOnly (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js515 readOnly: create property
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js614 ro: {offset: 8, sizeof: 4, signature: "i", readOnly: true}, property
/sqlite-3.40.0/src/
H A DvdbeInt.h468 bft readOnly:1; /* True for statements that do not write */ member
H A Dpager.c631 u8 readOnly; /* True for a read-only database */ member
4687 int readOnly = 0; /* True if this is a read-only file */ in sqlite3PagerOpen() local
H A Dwal.c521 u8 readOnly; /* WAL_RDWR, WAL_RDONLY, or WAL_SHM_RDONLY */ member