1235123612371238123912401241
new SelectTests(this).testUnaliasedSubqueryProjections(); } @Test public void testArithmeticOperations() throws Exception { new FunctionTests(this).testArithmeticOperations(); }
1240124112421243124412451246
new FunctionTests(this).testArithmeticOperations(); } @Test public void testBitwiseOperations() throws Exception { new FunctionTests(this).testBitwiseOperations(); }
1260126112621263126412651266
new RoutineAndUDTTests(this).testStoredFunctions(); } @Test public void testFunctionsOnDates() throws Exception { new FunctionTests(this).testFunctionsOnDates(); }
1265126612671268126912701271
new FunctionTests(this).testFunctionsOnDates(); } @Test public void testExtractInSubselect() throws Exception { new FunctionTests(this).testExtractInSubselect(); }
1270127112721273127412751276
new FunctionTests(this).testExtractInSubselect(); } @Test public void testFunctionsOnNumbers() throws Exception { new FunctionTests(this).testFunctionsOnNumbers(); }
1275127612771278127912801281
new FunctionTests(this).testFunctionsOnNumbers(); } @Test public void testFunctionsOnStrings() throws Exception { new FunctionTests(this).testFunctionsOnStrings(); }
1280128112821283128412851286
new FunctionTests(this).testFunctionsOnStrings(); } @Test public void testFunctionPosition() throws Exception { new FunctionTests(this).testFunctionPosition(); }
1285128612871288128912901291
new FunctionTests(this).testFunctionPosition(); } @Test public void testFunctionsLikeDecode() throws Exception { new FunctionTests(this).testFunctionsLikeDecode(); }
1290129112921293129412951296
new FunctionTests(this).testFunctionsLikeDecode(); } @Test public void testCaseStatement() throws Exception { new FunctionTests(this).testCaseStatement(); }
801802803804805806807
new DataTypeTests(this).testNumbers(); } @Test public void testLiterals() throws Exception { new GeneralTests(this).testLiterals(); }