Package org.voltdb.TestLikeQueries

Examples of org.voltdb.TestLikeQueries.LikeSuite


    static final int ROWS = 10;

    public void testLike() throws IOException, ProcCallException
    {
        Client client = getClient();
        LikeSuite tests = new LikeSuite();
        tests.doTests(client, true);
    }
View Full Code Here

TOP

Related Classes of org.voltdb.TestLikeQueries.LikeSuite

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.