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

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c835 ** 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 );
1526 ** pPrior will be the t2 query. p->op will be TK_UNION in this case.
1639 case TK_UNION: {
1648 testcase( p->op==TK_UNION );
1687 assert( p->op==TK_UNION );
1705 if( p->op==TK_UNION ) p->nSelectRow += pPrior->nSelectRow;
2156 int op; /* One of TK_ALL, TK_UNION, TK_EXCEPT, TK_INTERSECT */
2354 if( op==TK_ALL || op==TK_UNION ){
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7236 #define TK_UNION 112 macro
10377 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8313 #define TK_UNION 115 macro
11691 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8313 #define TK_UNION 115 macro
11691 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
[all...]

Completed in 660 milliseconds