1245124612471248124912501251
new FunctionTests(this).testBitwiseOperations(); } @Test public void testAggregateFunctions() throws Exception { new AggregateWindowFunctionTests(this).testAggregateFunctions(); }
1250125112521253125412551256
new AggregateWindowFunctionTests(this).testAggregateFunctions(); } @Test public void testListAgg() throws Exception { new AggregateWindowFunctionTests(this).testListAgg(); }
1360136113621363136413651366
new GeneralTests(this).testDual(); } @Test public void testWindowFunctions() throws Exception { new AggregateWindowFunctionTests(this).testWindowFunctions(); }
1031103210331034103510361037
new GroupByTests(this).testHavingWithoutGrouping(); } @Test public void testInsertUpdateDelete() throws Exception { new CRUDTests(this).testInsertUpdateDelete(); }
1440144114421443144414451446
new RenderAndBindTests(this).testInlinedBindValuesForDatetime(); } @Test public void testPivotClause() throws Exception { new ExoticTests(this).testPivotClause(); }
1445144614471448144914501451
new ExoticTests(this).testPivotClause(); } @Test public void testRelationalDivision() throws Exception { new ExoticTests(this).testRelationalDivision(); }
1450145114521453145414551456
new ExoticTests(this).testRelationalDivision(); } @Test public void testConnectBySimple() throws Exception { new ExoticTests(this).testConnectBySimple(); }
1455145614571458145914601461
new ExoticTests(this).testConnectBySimple(); } @Test public void testConnectByDirectory() throws Exception { new ExoticTests(this).testConnectByDirectory(); }
801802803804805806807
new DataTypeTests(this).testNumbers(); } @Test public void testLiterals() throws Exception { new GeneralTests(this).testLiterals(); }
871872873874875876877
new DataTypeTests(this).testCastingToDialectDataType(); } @Test public void testSequences() throws Exception { new GeneralTests(this).testSequences(); }