Examples of InsertUpdateTests


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

    }

    // IMPORTANT! Make this the first test, to prevent side-effects
    @Test
    public void testInsertIdentity() throws Exception {
        new InsertUpdateTests(this).testInsertIdentity();
    }
View Full Code Here

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

        new RenderAndBindTests(this).testInsertUpdateGetSQLAndGetBindValues();
    }

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

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

        new CRUDTests(this).testInsertUpdateDelete();
    }

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

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

        new InsertUpdateTests(this).testInsertImplicit();
    }

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

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

        new InsertUpdateTests(this).testInsertMultiple();
    }

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

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

        new InsertUpdateTests(this).testInsertConvert();
    }

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

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

        new InsertUpdateTests(this).testInsertSelect();
    }

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

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

        new InsertUpdateTests(this).testInsertWithSelectAsField();
    }

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

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

        new InsertUpdateTests(this).testUpdateSelect();
    }

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

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

        new InsertUpdateTests(this).testInsertOnDuplicateKey();
    }

    @Test
    public void testInsertReturning() throws Exception {
        new InsertUpdateTests(this).testInsertReturning();
    }
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.