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

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c783 case TK_EXCEPT: z = "EXCEPT"; break;
835 ** of the same name. The parameter "op" must be one of TK_UNION, TK_EXCEPT,
841 int op, /* One of TK_UNION, TK_EXCEPT etc. */
846 assert( op==TK_UNION || op==TK_EXCEPT || op==TK_INTERSECT || op==TK_ALL );
1638 case TK_EXCEPT:
1647 testcase( p->op==TK_EXCEPT );
1684 if( p->op==TK_EXCEPT ){
2156 int op; /* One of TK_ALL, TK_UNION, TK_EXCEPT, TK_INTERSECT */
2365 if( op==TK_EXCEPT || op==TK_INTERSECT ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7238 #define TK_EXCEPT 114 macro
10377 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8315 #define TK_EXCEPT 117 macro
11691 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8315 #define TK_EXCEPT 117 macro
11691 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
[all...]

Completed in 1227 milliseconds