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

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c115 ** JT_LEFT
118 ** A full outer join is the combination of JT_LEFT and JT_RIGHT.
135 /* left */ { 6, 4, JT_LEFT|JT_OUTER },
138 /* full */ { 19, 4, JT_LEFT|JT_RIGHT|JT_OUTER },
172 && (jointype & (JT_LEFT|JT_RIGHT))!=JT_LEFT ){
H A Dwhere.c2713 if( pSrc->jointype & JT_LEFT ){
3638 if( pLevel->iFrom>0 && (pTabItem[0].jointype & JT_LEFT)!=0 ){
4582 doNotReorder = (pTabItem->jointype & (JT_LEFT|JT_CROSS))!=0;
H A DsqliteInt.h1863 #define JT_LEFT 0x0008 /* Left outer join */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10208 #define JT_LEFT 0x0008 /* Left outer join */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11596 #define JT_LEFT 0x0008 /* Left outer join */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11596 #define JT_LEFT 0x0008 /* Left outer join */ macro
[all...]

Completed in 1420 milliseconds