821822823824825826827
new PlainSQLTests(this).testPlainSQLResultQuery(); } @Test public void testCustomSQL() throws Exception { new PlainSQLTests(this).testCustomSQL(); }
916917918919920921922
new DataTypeTests(this).testTypeConversions(); } @Test public void testConditionalSelect() throws Exception { new PredicateTests(this).testConditionalSelect(); }
921922923924925926927
new PredicateTests(this).testConditionalSelect(); } @Test public void testConditions() throws Exception { new PredicateTests(this).testConditions(); }
926927928929930931932
new PredicateTests(this).testConditions(); } @Test public void testIgnoreCase() throws Exception { new PredicateTests(this).testIgnoreCase(); }
931932933934935936937
new PredicateTests(this).testIgnoreCase(); } @Test public void testLargeINCondition() throws Exception { new PredicateTests(this).testLargeINCondition(); }
1345134613471348134913501351
new GeneralTests(this).testNULL(); } @Test public void testIsTrue() throws Exception { new PredicateTests(this).testIsTrue(); }
1350135113521353135413551356
new PredicateTests(this).testIsTrue(); } @Test public void testLike() throws Exception { new PredicateTests(this).testLike(); }
776777778779780781782
new FetchTests(this).testFetchArray(); } @Test public void testSelectGetSQLAndGetBindValues() throws Exception { new RenderAndBindTests(this).testSelectGetSQLAndGetBindValues(); }
781782783784785786787
new RenderAndBindTests(this).testSelectGetSQLAndGetBindValues(); } @Test public void testInsertUpdateGetSQLAndGetBindValues() throws Exception { new RenderAndBindTests(this).testInsertUpdateGetSQLAndGetBindValues(); }
1410141114121413141414151416
new GeneralTests(this).testBatchMultiple(); } @Test public void testNamedParams() throws Exception { new RenderAndBindTests(this).testNamedParams(); }