Package org.jooq.util.ingres

Examples of org.jooq.util.ingres.IngresFactory


        T_639NumbersTableRecord,
        T_785Record> {

    @Override
    protected Factory create(Settings settings) {
        return new IngresFactory(getConnection(), settings);
    }
View Full Code Here

TOP

Related Classes of org.jooq.util.ingres.IngresFactory

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.