Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c80 int jointype = 0; in sqliteJoinType() local
1716 int jointype = pSrc->a[iFrom].jointype; in flattenSubquery() local
H A DsqliteInt.h777 int jointype; /* Type of join between this table and the next */ member