Package com.spoledge.audao.parser.gql

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

Related Classes of com.spoledge.audao.parser.gql.GqlDynamic

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.