org.neo4j.cypher.javacompat
Class CypherParser
java.lang.Object
org.neo4j.cypher.javacompat.CypherParser
public class CypherParser
- extends Object
This is the entry point to parse strings to Query
-objects
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CypherParser
public CypherParser()
parse
public org.neo4j.cypher.commands.Query parse(String query)
throws org.neo4j.cypher.SyntaxException
- Throws:
org.neo4j.cypher.SyntaxException
parseStrict
public static org.neo4j.cypher.commands.Query parseStrict(String query)
throws org.neo4j.cypher.SyntaxException
- Throws:
org.neo4j.cypher.SyntaxException
parseConsole
public static org.neo4j.cypher.commands.Query parseConsole(String query)
throws org.neo4j.cypher.SyntaxException
- Throws:
org.neo4j.cypher.SyntaxException
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.