org.neo4j.server.webadmin.console
Class CypherSession

java.lang.Object
  extended by org.neo4j.server.webadmin.console.CypherSession
All Implemented Interfaces:
ScriptSession

public class CypherSession
extends Object
implements ScriptSession


Constructor Summary
CypherSession(CypherExecutor cypherExecutor)
           
 
Method Summary
 org.neo4j.helpers.Pair<String,String> evaluate(String script)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CypherSession

public CypherSession(CypherExecutor cypherExecutor)
Method Detail

evaluate

public org.neo4j.helpers.Pair<String,String> evaluate(String script)
Specified by:
evaluate in interface ScriptSession
Returns:
Pair of (result,next prompt).


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.