891892893894895896897
new SelectTests(this).testSelectQuery(); } @Test public void testAccessInternalRepresentation() throws Exception { new GeneralTests(this).testAccessInternalRepresentation(); }
1310131113121313131413151316
new EnumTests(this).testMasterData(); } @Test public void testSerialisation() throws Exception { new GeneralTests(this).testSerialisation(); }
1335133613371338133913401341
new RoutineAndUDTTests(this).testUDTProcedure(); } @Test public void testAttachable() throws Exception { new GeneralTests(this).testAttachable(); }
1340134113421343134413451346
new GeneralTests(this).testAttachable(); } @Test public void testNULL() throws Exception { new GeneralTests(this).testNULL(); }
1355135613571358135913601361
new PredicateTests(this).testLike(); } @Test public void testDual() throws Exception { new GeneralTests(this).testDual(); }
1395139613971398139914001401
new RoutineAndUDTTests(this).testStoredProceduresWithCursorParameters(); } @Test public void testEquals() throws Exception { new GeneralTests(this).testEquals(); }
1400140114021403140414051406
new GeneralTests(this).testEquals(); } @Test public void testBatchSingle() throws Exception { new GeneralTests(this).testBatchSingle(); }
1405140614071408140914101411
new GeneralTests(this).testBatchSingle(); } @Test public void testBatchMultiple() throws Exception { new GeneralTests(this).testBatchMultiple(); }
1016101710181019102010211022
new FetchTests(this).testFetchLater(); } @Test public void testGrouping() throws Exception { new GroupByTests(this).testGrouping(); }
1021102210231024102510261027
new GroupByTests(this).testGrouping(); } @Test public void testGroupByCubeRollup() throws Exception { new GroupByTests(this).testGroupByCubeRollup(); }