Searched defs:jointype (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c12831 ** The jointype starts out showing the join type between the current table
12834 ** jointype expresses the join between the table and the previous table.
12853 u8 jointype; /* Type of join between this able and the previous */ member in struct:SrcList::SrcList_item::__anon17631
12877 ** Permitted values of the SrcList.a.jointype field
23316 if( pItem->fg.jointype & JT_LEFT ){
108829 int jointype = 0; local
112222 u8 jointype = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12831 ** The jointype starts out showing the join type between the current table
12834 ** jointype expresses the join between the table and the previous table.
12853 u8 jointype; /* Type of join between this able and the previous */ member in struct:SrcList::SrcList_item::__anon17671
12877 ** Permitted values of the SrcList.a.jointype field
23316 if( pItem->fg.jointype & JT_LEFT ){
108847 int jointype = 0; local
112240 u8 jointype = 0; local
[all...]

Completed in 444 milliseconds