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

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h791 #define JT_NATURAL 0x0002 /* True for a "natural" join */ macro
H A Dselect.c72 ** JT_NATURAL
90 { "natural", 7, JT_NATURAL },
223 if( pTerm->jointype & JT_NATURAL ){
984 if( i>0 && (pTabList->a[i-1].jointype & JT_NATURAL)!=0 &&

Completed in 24 milliseconds