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

/external/sqlite/dist/
H A Dsqlite3.c9306 ** The jointype starts out showing the join type between the current table
9309 ** jointype expresses the join between the table and the previous table.
9321 u8 jointype; /* Type of join between this able and the previous */ member in struct:SrcList::SrcList_item
9333 ** Permitted values of the SrcList.a.jointype field
79364 int jointype = 0; local
82053 u8 jointype = 0; local
[all...]

Completed in 313 milliseconds