Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h788 #define JT_NATURAL 0x0002 /* True for a "natural" join */ macro
H A Dselect.c88 { "natural", 7, JT_NATURAL }, in sqliteJoinType()
221 if( pTerm->jointype & JT_NATURAL ){ in sqliteProcessJoin()
982 if( i>0 && (pTabList->a[i-1].jointype & JT_NATURAL)!=0 && in fillInColumnList()