Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12179 #define JT_LEFT 0x0008 /* Left outer join */ macro
81621 if( (pMatch->jointype & JT_LEFT)!=0 ){
106669 /* left */ { 6, 4, JT_LEFT|JT_OUTER },
106672 /* full */ { 19, 4, JT_LEFT|JT_RIGHT|JT_OUTER },
106706 && (jointype & (JT_LEFT|JT_RIGHT))!=JT_LEFT ){
112022 if( pItem->jointype & JT_LEFT ){
119471 if( pLevel->iFrom>0 && (pTabItem[0].jointype & JT_LEFT)!=0 ){
120896 }else if( pProbe->tnum<=0 || (pSrc->jointype & JT_LEFT)!=0 ){
121746 if( ((pItem->jointype|priorJoinType) & (JT_LEFT|JT_CROSS))!=0 ){
122864 if( (pWInfo->pTabList->a[pLoop->iTab].jointype & JT_LEFT)==0 ) break;

Completed in 336 milliseconds