Searched refs:sqliteIsReadOnly (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | delete.c | 41 int sqliteIsReadOnly(Parse *pParse, Table *pTab, int viewOk){ in sqliteIsReadOnly() function 99 if( sqliteIsReadOnly(pParse, pTab, before_triggers) ){ in sqliteDeleteFrom()
|
H A D | copy.c | 48 if( pTab==0 || sqliteIsReadOnly(pParse, pTab, 0) ) goto copy_cleanup; in sqliteCopy()
|
H A D | update.c | 79 if( sqliteIsReadOnly(pParse, pTab, before_triggers) ){ in sqliteUpdate()
|
H A D | sqliteInt.h | 1175 int sqliteIsReadOnly(Parse*, Table*, int);
|
H A D | insert.c | 147 if( sqliteIsReadOnly(pParse, pTab, before_triggers) ){ in sqliteInsert()
|