Examples of PlainSQLTests


Examples of org.jooq.test._.testcases.PlainSQLTests

        new GeneralTests(this).testLiterals();
    }

    @Test
    public void testPlainSQL() throws Exception {
        new PlainSQLTests(this).testPlainSQL();
    }
View Full Code Here

Examples of org.jooq.test._.testcases.PlainSQLTests

        new PlainSQLTests(this).testPlainSQL();
    }

    @Test
    public void testPlainSQLCRUD() throws Exception {
        new PlainSQLTests(this).testPlainSQLCRUD();
    }
View Full Code Here

Examples of org.jooq.test._.testcases.PlainSQLTests

        new PlainSQLTests(this).testPlainSQLCRUD();
    }

    @Test
    public void testPlainSQLResultQuery() throws Exception {
        new PlainSQLTests(this).testPlainSQLResultQuery();
    }
View Full Code Here

Examples of org.jooq.test._.testcases.PlainSQLTests

        new PlainSQLTests(this).testPlainSQLResultQuery();
    }

    @Test
    public void testCustomSQL() throws Exception {
        new PlainSQLTests(this).testCustomSQL();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.