Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h788 #define JT_NATURAL 0x0002 /* True for a "natural" join */ macro
H A Dselect.c89 { "natural", 7, JT_NATURAL }, in sqliteJoinType()
222 if( pTerm->jointype & JT_NATURAL ){ in sqliteProcessJoin()
983 if( i>0 && (pTabList->a[i-1].jointype & JT_NATURAL)!=0 && in fillInColumnList()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c10475 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
70217 if( pItem[1].jointype & JT_NATURAL ){
90604 /* natural */ { 0, 7, JT_NATURAL },
90810 if( pRight->jointype & JT_NATURAL ){
93794 if( (pFrom->jointype & JT_NATURAL)!=0

Completed in 260 milliseconds