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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c466 case SRT_Union: {
1358 priorOp = p->op==TK_ALL ? SRT_Table : SRT_Union;
1390 case TK_UNION: op = SRT_Union; break;
1456 rc = sqliteSelect(pParse, pPrior, SRT_Union, tab1, 0, 0, 0);
1468 rc = sqliteSelect(pParse, p, SRT_Union, tab2, 0, 0, 0);
1972 ** SRT_Union Store results as a key in a temporary table iParm
2084 case SRT_Union:
2216 if( eDest!=SRT_Union && eDest!=SRT_Except && eDest!=SRT_Discard ){
H A DsqliteInt.h874 #define SRT_Union 5 /* Store result as keys in a table */ macro

Completed in 28 milliseconds