Examples of NQTests


Examples of com.mobixess.jodb.tests.NQTests

    /**
     * @param args
     * @throws IOException
     */
    public static void main(String[] args) throws Exception {
        NQTests queryTests = new ServerClientNQTests();
        queryTests.directFieldRef(false);
        queryTests.directFieldRef(true);
        queryTests.sortingUnoptimized(true);
        queryTests.sortingUnoptimized(false);
        queryTests.unoptimized(true);
        queryTests.unoptimized(false);
        queryTests.sorting(true);
        queryTests.sorting(false);
        queryTests.simpleNQuery(false);
        queryTests.simpleNQuery(true);
        System.out.println("Test finished");
    }
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.