Lines Matching defs:isView
53269 int isView, /* True if looking for a VIEW rather than a TABLE */ in sqlite3LocateTable()
53694 int isView, /* True if this is a VIEW */ in sqlite3StartTable()
54913 SQLITE_PRIVATE void sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr){ in sqlite3DropTable()
56984 int isView; /* True if attempting to delete from a view */ in sqlite3DeleteFrom() local
57016 # define isView 0 in sqlite3DeleteFrom() macro
57020 # define isView 0 in sqlite3DeleteFrom() macro
59237 int isView; /* True if attempting to insert into a view */ in sqlite3Insert() local
59271 # define isView 0 in sqlite3Insert() macro
59275 # define isView 0 in sqlite3Insert() macro
68573 int isView; /* Trying to update a view */ in sqlite3Update() local
68613 # define isView 0 in sqlite3Update() macro
68617 # define isView 0 in sqlite3Update() macro