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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c121829 sqlite3StartTable( Parse *pParse, Token *pName1, Token *pName2, int isTemp, int isView, int isVirtual, int noErr ) argument
123987 sqlite3CodeDropTable(Parse *pParse, Table *pTab, int iDb, int isView) argument
124095 sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr) argument
127191 int isView; /* True if attempting to delete from a view */ local
127224 # undef isView macro
127225 # define isView macro
127562 #undef isView macro
132868 int isView; /* True if attempting to insert into a view */ local
132916 # define isView macro
132919 # undef isView macro
132920 # define isView macro
133583 #undef isView macro
152381 int isView; /* True when updating a view (INSTEAD OF trigger) */ local
152428 # define isView macro
152432 # undef isView macro
152433 # define isView macro
153224 #undef isView macro
[all...]

Completed in 809 milliseconds