Package org.jooq.test.oracle.generatedclasses.test.routines

Examples of org.jooq.test.oracle.generatedclasses.test.routines.FArrays1


    @Test
    public void testOracleTableTypes() throws Exception {
        // TODO [#523] [#1109] These two statements are needed when running this test
        // in standalone mode. The data type is not registered automatically for
        // ArrayRecords
        new FArrays1();
        new FTables1();
        new FArrays4();
        new FTables4();

        // FIRST, check unnesting of VARRAY/TABLE of NUMBER
View Full Code Here

TOP

Related Classes of org.jooq.test.oracle.generatedclasses.test.routines.FArrays1

Copyright © 2018 www.massapicom. 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.