1181118211831184118511861187
new OrderByTests(this).testOrderByIndirection(); } @Test public void testJoinQuery() throws Exception { new JoinTests(this).testJoinQuery(); }
1186118711881189119011911192
new JoinTests(this).testJoinQuery(); } @Test public void testCrossJoin() throws Exception { new JoinTests(this).testCrossJoin(); }
1191119211931194119511961197
new JoinTests(this).testCrossJoin(); } @Test public void testNaturalJoin() throws Exception { new JoinTests(this).testNaturalJoin(); }
1196119711981199120012011202
new JoinTests(this).testNaturalJoin(); } @Test public void testJoinUsing() throws Exception { new JoinTests(this).testJoinUsing(); }
1201120212031204120512061207
new JoinTests(this).testJoinUsing(); } @Test public void testJoinOnKey() throws Exception { new JoinTests(this).testJoinOnKey(); }
1206120712081209121012111212
new JoinTests(this).testJoinOnKey(); } @Test public void testInverseAndNestedJoin() throws Exception { new JoinTests(this).testInverseAndNestedJoin(); }
1211121212131214121512161217
new JoinTests(this).testInverseAndNestedJoin(); } @Test public void testOuterJoin() throws Exception { new JoinTests(this).testOuterJoin(); }