Searched defs:isView (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c79431 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
79857 sqlite3StartTable( Parse *pParse, Token *pName1, Token *pName2, int isTemp, int isView, int isVirtual, int noErr ) argument
81146 sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr) argument
83642 int isView; /* True if attempting to delete from a view */ local
83672 # undef isView macro
83673 # define isView macro
83854 #undef isView macro
87354 int isView; /* True if attempting to insert into a view */ local
87391 # define isView macro
87394 # undef isView macro
87395 # define isView macro
87933 #undef isView macro
98378 int isView; /* True when updating a view (INSTEAD OF trigger) */ local
98414 # define isView macro
98418 # undef isView macro
98419 # define isView macro
98829 #undef isView macro
[all...]

Completed in 516 milliseconds