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

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h792 #define JT_LEFT 0x0004 /* Left outer join */ macro
H A Dselect.c73 ** JT_LEFT
76 ** A full outer join is the combination of JT_LEFT and JT_RIGHT.
91 { "left", 4, JT_LEFT|JT_OUTER },
93 { "full", 4, JT_LEFT|JT_RIGHT|JT_OUTER },
H A Dwhere.c733 if( i>0 && (pTabList->a[i-1].jointype & JT_LEFT)!=0 ){

Completed in 28 milliseconds