Package org.jooq.tools.jdbc

Examples of org.jooq.tools.jdbc.MockResultSet


        return handler;
    }

    @Override
    public final ResultSet intoResultSet() {
        return new MockResultSet(this);
    }
View Full Code Here

TOP

Related Classes of org.jooq.tools.jdbc.MockResultSet

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.