Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h3182 #define JT_NATURAL 0x04 /* True for a "natural" join */ macro
H A Dselect.c266 /* (0) natural */ { 0, 7, JT_NATURAL }, in sqlite3JoinType()
505 if( pRight->fg.jointype & JT_NATURAL ){ in sqlite3ProcessJoin()