Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddelete.c117 int sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk){ in sqlite3IsReadOnly() function
377 if( sqlite3IsReadOnly(pParse, pTab, (pTrigger?1:0)) ){ in sqlite3DeleteFrom()
H A Dupdate.c410 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ in sqlite3Update()
H A Dinsert.c797 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ in sqlite3Insert()
H A DsqliteInt.h4726 int sqlite3IsReadOnly(Parse*, Table*, int);