1415141614171418141914201421
new RenderAndBindTests(this).testNamedParams(); } @Test public void testUnknownBindTypes() throws Exception { new RenderAndBindTests(this).testUnknownBindTypes(); }
1420142114221423142414251426
new RenderAndBindTests(this).testUnknownBindTypes(); } @Test public void testSelectBindValues() throws Exception { new RenderAndBindTests(this).testSelectBindValues(); }
1425142614271428142914301431
new RenderAndBindTests(this).testSelectBindValues(); } @Test public void testSelectBindValuesWithPlainSQL() throws Exception { new RenderAndBindTests(this).testSelectBindValuesWithPlainSQL(); }
1430143114321433143414351436
new RenderAndBindTests(this).testSelectBindValuesWithPlainSQL(); } @Test public void testInlinedBindValues() throws Exception { new RenderAndBindTests(this).testInlinedBindValues(); }
1435143614371438143914401441
new RenderAndBindTests(this).testInlinedBindValues(); } @Test public void testInlinedBindValuesForDatetime() throws Exception { new RenderAndBindTests(this).testInlinedBindValuesForDatetime(); }
1475147614771478147914801481
new ExecuteListenerTests(this).testExecuteListenerOnBatchMultiple(); } @Test public void testRenderNameStyle() throws Exception { new RenderAndBindTests(this).testRenderNameStyle(); }
1480148114821483148414851486
new RenderAndBindTests(this).testRenderNameStyle(); } @Test public void testRenderKeywordStyle() throws Exception { new RenderAndBindTests(this).testRenderKeywordStyle(); }
1255125612571258125912601261
new AggregateWindowFunctionTests(this).testListAgg(); } @Test public void testStoredFunctions() throws Exception { new RoutineAndUDTTests(this).testStoredFunctions(); }
1315131613171318131913201321
new GeneralTests(this).testSerialisation(); } @Test public void testARRAYType() throws Exception { new RoutineAndUDTTests(this).testARRAYType(); }
1320132113221323132413251326
new RoutineAndUDTTests(this).testARRAYType(); } @Test public void testARRAYProcedure() throws Exception { new RoutineAndUDTTests(this).testARRAYProcedure(); }