Home
last modified time | relevance | path

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

12345678

/dports/databases/sqlite2/sqlite-2.8.17/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()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
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()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h784 #define JT_NATURAL 0x0002 /* True for a "natural" join */ macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dresolve.c201 if( pItem[1].jointype & JT_NATURAL ){ in lookupName()
H A Dselect.c134 /* natural */ { 0, 7, JT_NATURAL }, in sqlite3JoinType()
340 if( pRight->jointype & JT_NATURAL ){ in sqliteProcessJoin()
3324 if( (pFrom->jointype & JT_NATURAL)!=0 in selectExpander()
H A DsqliteInt.h1863 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dresolve.c276 if( pItem->fg.jointype & JT_NATURAL ) continue; in lookupName()
H A Dselect.c211 /* natural */ { 0, 7, JT_NATURAL }, in sqlite3JoinType()
423 if( pRight->fg.jointype & JT_NATURAL ){ in sqliteProcessJoin()
4530 if( (pFrom->fg.jointype & JT_NATURAL)!=0 in selectExpander()
H A DsqliteInt.h2604 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1283 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dresolve.c306 if( pItem->fg.jointype & JT_NATURAL ) continue; in lookupName()
H A Dselect.c245 /* natural */ { 0, 7, JT_NATURAL }, in sqlite3JoinType()
482 if( pRight->fg.jointype & JT_NATURAL ){ in sqliteProcessJoin()
5117 if( (pFrom->fg.jointype & JT_NATURAL)!=0 in selectExpander()
H A DsqliteInt.h2872 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dresolve.c346 if( pItem->fg.jointype & JT_NATURAL ) continue; in lookupName()
H A Dselect.c215 /* natural */ { 0, 7, JT_NATURAL }, in sqlite3JoinType()
454 if( pRight->fg.jointype & JT_NATURAL ){ in sqliteProcessJoin()
5216 if( (pFrom->fg.jointype & JT_NATURAL)!=0 in selectExpander()
H A DsqliteInt.h2931 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dresolve.c344 if( pItem->fg.jointype & JT_NATURAL ) continue; in lookupName()
H A Dselect.c219 /* natural */ { 0, 7, JT_NATURAL }, in sqlite3JoinType()
461 if( pRight->fg.jointype & JT_NATURAL ){ in sqliteProcessJoin()
5408 if( (pFrom->fg.jointype & JT_NATURAL)!=0 in selectExpander()
H A DsqliteInt.h2999 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1864 #define JT_NATURAL 0x0004 /* True for a "natural" join */
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9332 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
59266 if( pItem[1].jointype & JT_NATURAL ){
79159 /* natural */ { 0, 7, JT_NATURAL },
79365 if( pRight->jointype & JT_NATURAL ){
82244 if( (pFrom->jointype & JT_NATURAL)!=0
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c8949 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
56146 if( pItem[1].jointype & JT_NATURAL ){
73805 { "natural", 7, JT_NATURAL },
74023 if( pRight->jointype & JT_NATURAL ){
76885 if( (pLeft[1].jointype & JT_NATURAL)!=0 &&
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c9964 #define JT_NATURAL 0x0004 /* True for a "natural" join */ macro
60801 if( pItem[1].jointype & JT_NATURAL ){
81137 /* natural */ { 0, 7, JT_NATURAL },
81343 if( pRight->jointype & JT_NATURAL ){
84327 if( (pFrom->jointype & JT_NATURAL)!=0

12345678