Examples of GqlDynamic


Examples of com.spoledge.audao.parser.gql.GqlDynamic

    /**
     * Just test that the classpath contains all needed classes.
     */
    @Test
    public void testGql() throws Exception {
        new GqlDynamic().parseQuery( "SELECT * FROM Test WHERE test = 'test' LIMIT 1" );
    }
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.