|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.cypher.javacompat.CypherParser
public class CypherParser
This is the entry point to parse strings to Query-objects
| Constructor Summary | |
|---|---|
CypherParser()
|
|
| Method Summary | |
|---|---|
org.neo4j.cypher.commands.Query |
parse(java.lang.String query)
|
static org.neo4j.cypher.commands.Query |
parseConsole(java.lang.String query)
|
static org.neo4j.cypher.commands.Query |
parseStrict(java.lang.String query)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CypherParser()
| Method Detail |
|---|
public org.neo4j.cypher.commands.Query parse(java.lang.String query)
throws org.neo4j.cypher.SyntaxException
org.neo4j.cypher.SyntaxException
public static org.neo4j.cypher.commands.Query parseStrict(java.lang.String query)
throws org.neo4j.cypher.SyntaxException
org.neo4j.cypher.SyntaxException
public static org.neo4j.cypher.commands.Query parseConsole(java.lang.String query)
throws org.neo4j.cypher.SyntaxException
org.neo4j.cypher.SyntaxException
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||