Searched refs:sqliteIsReadOnly (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/lib/libsqlite/src/ |
| H A D | delete.c | 44 int sqliteIsReadOnly(Parse *pParse, Table *pTab, int viewOk){ in sqliteIsReadOnly() function 102 if( sqliteIsReadOnly(pParse, pTab, before_triggers) ){ in sqliteDeleteFrom()
|
| H A D | copy.c | 51 if( pTab==0 || sqliteIsReadOnly(pParse, pTab, 0) ) goto copy_cleanup; in sqliteCopy()
|
| H A D | update.c | 82 if( sqliteIsReadOnly(pParse, pTab, before_triggers) ){ in sqliteUpdate()
|
| H A D | sqliteInt.h | 1178 int sqliteIsReadOnly(Parse*, Table*, int);
|
| H A D | insert.c | 150 if( sqliteIsReadOnly(pParse, pTab, before_triggers) ){ in sqliteInsert()
|