Neo4j Enterprise

org.neo4j.cypher.javacompat
Class ExecutionEngine

java.lang.Object
  extended by org.neo4j.cypher.javacompat.ExecutionEngine

public class ExecutionEngine
extends Object

Since:
5/31/11
Author:
ata

Constructor Summary
ExecutionEngine(GraphDatabaseService database)
           
 
Method Summary
 ExecutionResult execute(org.neo4j.cypher.commands.Query query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionEngine

public ExecutionEngine(GraphDatabaseService database)
Method Detail

execute

public ExecutionResult execute(org.neo4j.cypher.commands.Query query)
                        throws org.neo4j.cypher.SyntaxError
Throws:
org.neo4j.cypher.SyntaxError

Neo4j Enterprise

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.