1325132613271328132913301331
new RoutineAndUDTTests(this).testARRAYProcedure(); } @Test public void testUDTs() throws Exception { new RoutineAndUDTTests(this).testUDTs(); }
1330133113321333133413351336
new RoutineAndUDTTests(this).testUDTs(); } @Test public void testUDTProcedure() throws Exception { new RoutineAndUDTTests(this).testUDTProcedure(); }
1365136613671368136913701371
new AggregateWindowFunctionTests(this).testWindowFunctions(); } @Test public void testPackage() throws Exception { new RoutineAndUDTTests(this).testPackage(); }
1370137113721373137413751376
new RoutineAndUDTTests(this).testPackage(); } @Test public void testStoredProcedure() throws Exception { new RoutineAndUDTTests(this).testStoredProcedure(); }
1375137613771378137913801381
new RoutineAndUDTTests(this).testStoredProcedure(); } @Test public void testStoredProcedureWithDefaultParameters() throws Exception { new RoutineAndUDTTests(this).testStoredProcedureWithDefaultParameters(); }
1380138113821383138413851386
new RoutineAndUDTTests(this).testStoredProcedureWithDefaultParameters(); } @Test public void testArrayTables() throws Exception { new RoutineAndUDTTests(this).testArrayTables(); }
1385138613871388138913901391
new RoutineAndUDTTests(this).testArrayTables(); } @Test public void testArrayTableSimulation() throws Exception { new RoutineAndUDTTests(this).testArrayTableSimulation(); }
1390139113921393139413951396
new RoutineAndUDTTests(this).testArrayTableSimulation(); } @Test public void testStoredProceduresWithCursorParameters() throws Exception { new RoutineAndUDTTests(this).testStoredProceduresWithCursorParameters(); }
731732733734735736737
// IMPORTANT! Make this the an early test, to check for attaching side-effects @Test public void testUse() throws Exception { new SchemaAndMappingTests(this).testUse(); }
736737738739740741742
new SchemaAndMappingTests(this).testUse(); } @Test public void testTableMapping() throws Exception { new SchemaAndMappingTests(this).testTableMapping(); }