Lines Matching refs:CROSS
18659 #define JT_CROSS 0x02 /* Explicit use of the CROSS keyword */
31538 sqlite3_str_appendf(&x, " CROSS-JOIN");
138424 ** CROSS - - JT_CROSS
138446 ** INNER CROSS JOIN -> same as JOIN
138447 ** NATURAL CROSS JOIN -> same as NATURAL JOIN
138452 ** CROSS CROSS CROSS JOIN -> same as JOIN
138459 ** * "CROSS" cannot appear together with "OUTER", "LEFT", "RIGHT,
160524 ** If there are no LEFT or CROSS JOIN joins in the query, both mPrereq and
160527 ** separated from it by at least one LEFT or CROSS JOIN. Similarly, the
160530 ** CROSS JOIN.
160534 ** ... FROM t1, t2 LEFT JOIN t3, t4, vt CROSS JOIN t5, t6;
160839 ** across CROSS joins and outer joins. The bFirstPastRJ boolean
172070 ** 81: CROSS
172253 testcase( i==112 ); /* CROSS */