Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17770 #define SQLITE_QueryOnly 0x00100000 /* Disable database changes */ macro
96626 if( pOp->p2 && (db->flags & (SQLITE_QueryOnly|SQLITE_CorruptRdOnly))!=0 ){
96627 if( db->flags & SQLITE_QueryOnly ){
137614 /* iArg: */ SQLITE_QueryOnly },