Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c10398 #define SQLITE_QueryOnly 0x02000000 /* Disable database changes */ macro
69465 if( pOp->p2 && (db->flags & SQLITE_QueryOnly)!=0 ){
96635 /* iArg: */ SQLITE_QueryOnly },