Home
last modified time | relevance | path

Searched refs:IsView (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18419 #define IsView(X) ((X)->eTabType==TABTYP_VIEW) macro
101914 if( pTab && IsView(pTab) ){
111250 assert( !IsView(pTab) ); /* FROM clause is not a view */
115585 if( IsView(pTab) ){
115916 if( IsView(pTab) ){
115979 if( IsView(pTab) ){
116955 if( IsView(sParse.pNewTable) ){
117167 if( IsView(pTab) ){
117346 if( IsView(sParse.pNewTable) ){
117452 if( isLegacy==0 && sParse.pNewTable && IsView(sParse.pNewTable) ){
[all …]