1071107210731074107510761077
new InsertUpdateTests(this).testInsertOnDuplicateKey(); } @Test public void testInsertReturning() throws Exception { new InsertUpdateTests(this).testInsertReturning(); }
1076107710781079108010811082
new InsertUpdateTests(this).testInsertReturning(); } @Test public void testMerge() throws Exception { new InsertUpdateTests(this).testMerge(); }
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(); }
1485148614871488148914901491
new RenderAndBindTests(this).testRenderKeywordStyle(); } @Test public void testLoader() throws Exception { new LoaderTests(this).testLoader(); }