Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpragma.h483 /* iArg: */ SQLITE_QueryOnly },
H A DsqliteInt.h1723 #define SQLITE_QueryOnly 0x00100000 /* Disable database changes */ macro
H A Dvdbe.c3891 if( pOp->p2 && (db->flags & (SQLITE_QueryOnly|SQLITE_CorruptRdOnly))!=0 ){ in sqlite3VdbeExec()
3892 if( db->flags & SQLITE_QueryOnly ){ in sqlite3VdbeExec()
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl65 ARG: SQLITE_QueryOnly