896897898899900901902
new GeneralTests(this).testAccessInternalRepresentation(); } @Test public void testLimit() throws Exception { new OrderByTests(this).testLimit(); }
901902903904905906907
new OrderByTests(this).testLimit(); } @Test public void testLimitNested() throws Exception { new OrderByTests(this).testLimitNested(); }
906907908909910911912
new OrderByTests(this).testLimitNested(); } @Test public void testLimitNamedParams() throws Exception { new OrderByTests(this).testLimitNamedParams(); }
1161116211631164116511661167
new SelectTests(this).testComplexUnions(); } @Test public void testOrderByInSubquery() throws Exception { new OrderByTests(this).testOrderByInSubquery(); }
1166116711681169117011711172
new OrderByTests(this).testOrderByInSubquery(); } @Test public void testOrderByNulls() throws Exception { new OrderByTests(this).testOrderByNulls(); }
1171117211731174117511761177
new OrderByTests(this).testOrderByNulls(); } @Test public void testOrderByIndexes() throws Exception { new OrderByTests(this).testOrderByIndexes(); }
1176117711781179118011811182
new OrderByTests(this).testOrderByIndexes(); } @Test public void testOrderByIndirection() throws Exception { new OrderByTests(this).testOrderByIndirection(); }
806807808809810811812
new GeneralTests(this).testLiterals(); } @Test public void testPlainSQL() throws Exception { new PlainSQLTests(this).testPlainSQL(); }
811812813814815816817
new PlainSQLTests(this).testPlainSQL(); } @Test public void testPlainSQLCRUD() throws Exception { new PlainSQLTests(this).testPlainSQLCRUD(); }
816817818819820821822
new PlainSQLTests(this).testPlainSQLCRUD(); } @Test public void testPlainSQLResultQuery() throws Exception { new PlainSQLTests(this).testPlainSQLResultQuery(); }