Searched refs:SRT_Union (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | select.c | 468 case SRT_Union: { 1360 priorOp = p->op==TK_ALL ? SRT_Table : SRT_Union; 1392 case TK_UNION: op = SRT_Union; break; 1458 rc = sqliteSelect(pParse, pPrior, SRT_Union, tab1, 0, 0, 0); 1470 rc = sqliteSelect(pParse, p, SRT_Union, tab2, 0, 0, 0); 1974 ** SRT_Union Store results as a key in a temporary table iParm 2086 case SRT_Union: 2218 if( eDest!=SRT_Union && eDest!=SRT_Except && eDest!=SRT_Discard ){
|
H A D | sqliteInt.h | 874 #define SRT_Union 5 /* Store result as keys in a table */ macro
|
Completed in 70 milliseconds