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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11669 SQLITE_PRIVATE Table *sqlite3LocateTable(Parse*,int isView,const char*, const char*);
81368 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
81794 sqlite3StartTable( Parse *pParse, Token *pName1, Token *pName2, int isTemp, int isView, int isVirtual, int noErr ) argument
83083 sqlite3CodeDropTable(Parse *pParse, Table *pTab, int iDb, int isView) argument
83154 sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr) argument
85599 int isView; /* True if attempting to delete from a view */ local
85629 # undef isView macro
85630 # define isView macro
85811 #undef isView macro
89311 int isView; /* True if attempting to insert into a view */ local
89348 # define isView macro
89351 # undef isView macro
89352 # define isView macro
89890 #undef isView macro
100389 int isView; /* True when updating a view (INSTEAD OF trigger) */ local
100425 # define isView macro
100429 # undef isView macro
100430 # define isView macro
100843 #undef isView macro
[all...]

Completed in 370 milliseconds